Class: Aws::DataZone::Types::TriggerSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The source that triggered a notebook run in Amazon DataZone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the trigger source.

Returns:

  • (String)


21683
21684
21685
21686
21687
21688
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21683

class TriggerSource < Struct.new(
  :type,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the trigger source. Valid values are MANUAL, SCHEDULED, and WORKFLOW.

Returns:

  • (String)


21683
21684
21685
21686
21687
21688
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21683

class TriggerSource < Struct.new(
  :type,
  :name)
  SENSITIVE = []
  include Aws::Structure
end