Class: Aws::Types::SessionStatus
- Inherits:
-
Object
- Object
- Aws::Types::SessionStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
-
#idle_since_date_time ⇒ ::Time
Returns the value of attribute idle_since_date_time.
-
#last_modified_date_time ⇒ ::Time
Returns the value of attribute last_modified_date_time.
-
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#state_change_reason ⇒ ::String
Returns the value of attribute state_change_reason.
Instance Attribute Details
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def end_date_time @end_date_time end |
#idle_since_date_time ⇒ ::Time
Returns the value of attribute idle_since_date_time.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def idle_since_date_time @idle_since_date_time end |
#last_modified_date_time ⇒ ::Time
Returns the value of attribute last_modified_date_time.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def last_modified_date_time @last_modified_date_time end |
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def start_date_time @start_date_time end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def state @state end |
#state_change_reason ⇒ ::String
Returns the value of attribute state_change_reason.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def state_change_reason @state_change_reason end |