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.
546 547 548 |
# File 'sig/types.rbs', line 546 def created_at @created_at end |
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
547 548 549 |
# File 'sig/types.rbs', line 547 def session_arn @session_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
548 549 550 |
# File 'sig/types.rbs', line 548 def session_id @session_id end |
#session_status ⇒ "ACTIVE", ...
Returns the value of attribute session_status.
549 550 551 |
# File 'sig/types.rbs', line 549 def session_status @session_status end |