Class: Aws::Types::SystemEvent
- Inherits:
-
Object
- Object
- Aws::Types::SystemEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ "STATE_CHANGE"
Returns the value of attribute event_type.
-
#state_change_configuration ⇒ Types::StateChangeConfiguration
Returns the value of attribute state_change_configuration.
Instance Attribute Details
#event_type ⇒ "STATE_CHANGE"
Returns the value of attribute event_type.
366 367 368 |
# File 'sig/types.rbs', line 366 def event_type @event_type end |
#state_change_configuration ⇒ Types::StateChangeConfiguration
Returns the value of attribute state_change_configuration.
367 368 369 |
# File 'sig/types.rbs', line 367 def state_change_configuration @state_change_configuration end |