Class: Aws::Types::EndSessionResponse
- Inherits:
-
Object
- Object
- Aws::Types::EndSessionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
632 633 634 |
# File 'sig/types.rbs', line 632 def session_arn @session_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
633 634 635 |
# File 'sig/types.rbs', line 633 def session_id @session_id end |
#session_status ⇒ "ACTIVE", ...
Returns the value of attribute session_status.
634 635 636 |
# File 'sig/types.rbs', line 634 def session_status @session_status end |