Class: Aws::Types::StateTransition
- Inherits:
-
Object
- Object
- Aws::Types::StateTransition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "INITIAL", ...
Returns the value of attribute state.
-
#state_end_timestamp ⇒ ::Time
Returns the value of attribute state_end_timestamp.
-
#state_start_timestamp ⇒ ::Time
Returns the value of attribute state_start_timestamp.
Instance Attribute Details
#state ⇒ "INITIAL", ...
Returns the value of attribute state.
8191 8192 8193 |
# File 'sig/types.rbs', line 8191 def state @state end |
#state_end_timestamp ⇒ ::Time
Returns the value of attribute state_end_timestamp.
8193 8194 8195 |
# File 'sig/types.rbs', line 8193 def @state_end_timestamp end |
#state_start_timestamp ⇒ ::Time
Returns the value of attribute state_start_timestamp.
8192 8193 8194 |
# File 'sig/types.rbs', line 8192 def @state_start_timestamp end |