Class: Aws::Types::InstanceEventWindowStateChange
- Inherits:
-
Object
- Object
- Aws::Types::InstanceEventWindowStateChange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_event_window_id ⇒ ::String
Returns the value of attribute instance_event_window_id.
-
#state ⇒ "creating", ...
Returns the value of attribute state.
Instance Attribute Details
#instance_event_window_id ⇒ ::String
Returns the value of attribute instance_event_window_id.
11916 11917 11918 |
# File 'sig/types.rbs', line 11916 def instance_event_window_id @instance_event_window_id end |
#state ⇒ "creating", ...
Returns the value of attribute state.
11917 11918 11919 |
# File 'sig/types.rbs', line 11917 def state @state end |