Class: Aws::DataZone::Types::TriggerSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::TriggerSource
- Includes:
- Structure
- Defined in:
- 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
-
#name ⇒ String
The name of the trigger source.
-
#type ⇒ String
The type of the trigger source.
Instance Attribute Details
#name ⇒ String
The name of the trigger source.
21683 21684 21685 21686 21687 21688 |
# File 'lib/aws-sdk-datazone/types.rb', line 21683 class TriggerSource < Struct.new( :type, :name) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the trigger source. Valid values are ‘MANUAL`, `SCHEDULED`, and `WORKFLOW`.
21683 21684 21685 21686 21687 21688 |
# File 'lib/aws-sdk-datazone/types.rb', line 21683 class TriggerSource < Struct.new( :type, :name) SENSITIVE = [] include Aws::Structure end |