Class: Aws::Types::TriggerConfig
- Inherits:
-
Object
- Object
- Aws::Types::TriggerConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#trigger_properties ⇒ Types::TriggerProperties
Returns the value of attribute trigger_properties.
-
#trigger_type ⇒ "Scheduled", ...
Returns the value of attribute trigger_type.
Instance Attribute Details
#trigger_properties ⇒ Types::TriggerProperties
Returns the value of attribute trigger_properties.
2757 2758 2759 |
# File 'sig/types.rbs', line 2757 def trigger_properties @trigger_properties end |
#trigger_type ⇒ "Scheduled", ...
Returns the value of attribute trigger_type.
2756 2757 2758 |
# File 'sig/types.rbs', line 2756 def trigger_type @trigger_type end |