Class: Aws::Types::InstanceStateChange
- Inherits:
-
Object
- Object
- Aws::Types::InstanceStateChange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_state ⇒ Types::InstanceState
Returns the value of attribute current_state.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#previous_state ⇒ Types::InstanceState
Returns the value of attribute previous_state.
Instance Attribute Details
#current_state ⇒ Types::InstanceState
Returns the value of attribute current_state.
11760 11761 11762 |
# File 'sig/types.rbs', line 11760 def current_state @current_state end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
11759 11760 11761 |
# File 'sig/types.rbs', line 11759 def instance_id @instance_id end |
#previous_state ⇒ Types::InstanceState
Returns the value of attribute previous_state.
11761 11762 11763 |
# File 'sig/types.rbs', line 11761 def previous_state @previous_state end |