Class: Aws::Types::CreateSessionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSessionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#session_status ⇒ "ACTIVE", ...
Returns the value of attribute session_status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
628 629 630 |
# File 'sig/types.rbs', line 628 def created_at @created_at end |
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
629 630 631 |
# File 'sig/types.rbs', line 629 def session_arn @session_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
630 631 632 |
# File 'sig/types.rbs', line 630 def session_id @session_id end |
#session_status ⇒ "ACTIVE", ...
Returns the value of attribute session_status.
631 632 633 |
# File 'sig/types.rbs', line 631 def session_status @session_status end |