Class: Aws::Types::SecondaryStatusTransition
- Inherits:
-
Object
- Object
- Aws::Types::SecondaryStatusTransition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "Starting", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
10793 10794 10795 |
# File 'sig/types.rbs', line 10793 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
10792 10793 10794 |
# File 'sig/types.rbs', line 10792 def start_time @start_time end |
#status ⇒ "Starting", ...
Returns the value of attribute status.
10791 10792 10793 |
# File 'sig/types.rbs', line 10791 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
10794 10795 10796 |
# File 'sig/types.rbs', line 10794 def @status_message end |