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.
714 715 716 |
# File 'sig/types.rbs', line 714 def session_arn @session_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
715 716 717 |
# File 'sig/types.rbs', line 715 def session_id @session_id end |
#session_status ⇒ "ACTIVE", ...
Returns the value of attribute session_status.
716 717 718 |
# File 'sig/types.rbs', line 716 def session_status @session_status end |