Class: Aws::Types::ExecutionTrigger
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionTrigger
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#trigger_detail ⇒ ::String
Returns the value of attribute trigger_detail.
-
#trigger_type ⇒ "CreatePipeline", ...
Returns the value of attribute trigger_type.
Instance Attribute Details
#trigger_detail ⇒ ::String
Returns the value of attribute trigger_detail.
495 496 497 |
# File 'sig/types.rbs', line 495 def trigger_detail @trigger_detail end |
#trigger_type ⇒ "CreatePipeline", ...
Returns the value of attribute trigger_type.
494 495 496 |
# File 'sig/types.rbs', line 494 def trigger_type @trigger_type end |