Class: Aws::Types::Trigger
- Inherits:
-
Object
- Object
- Aws::Types::Trigger
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "activate", ...
Returns the value of attribute action.
-
#conditions ⇒ ::Array[Types::TriggerCondition]
Returns the value of attribute conditions.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#min_delay_minutes_between_executions ⇒ ::Integer
Returns the value of attribute min_delay_minutes_between_executions.
-
#target_region ⇒ ::String
Returns the value of attribute target_region.
Instance Attribute Details
#action ⇒ "activate", ...
Returns the value of attribute action.
784 785 786 |
# File 'sig/types.rbs', line 784 def action @action end |
#conditions ⇒ ::Array[Types::TriggerCondition]
Returns the value of attribute conditions.
785 786 787 |
# File 'sig/types.rbs', line 785 def conditions @conditions end |
#description ⇒ ::String
Returns the value of attribute description.
782 783 784 |
# File 'sig/types.rbs', line 782 def description @description end |
#min_delay_minutes_between_executions ⇒ ::Integer
Returns the value of attribute min_delay_minutes_between_executions.
786 787 788 |
# File 'sig/types.rbs', line 786 def min_delay_minutes_between_executions @min_delay_minutes_between_executions end |
#target_region ⇒ ::String
Returns the value of attribute target_region.
783 784 785 |
# File 'sig/types.rbs', line 783 def target_region @target_region end |