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.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def trigger_properties @trigger_properties end |
#trigger_type ⇒ "Scheduled", ...
Returns the value of attribute trigger_type.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def trigger_type @trigger_type end |