Class: Aws::Types::StartSessionResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartSessionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#session_id ⇒ ::String
Returns the value of attribute session_id.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def session_id @session_id end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def state @state end |