Class: Aws::Types::ResumeSessionResponse
- Inherits:
-
Object
- Object
- Aws::Types::ResumeSessionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#stream_url ⇒ ::String
Returns the value of attribute stream_url.
-
#token_value ⇒ ::String
Returns the value of attribute token_value.
Instance Attribute Details
#session_id ⇒ ::String
Returns the value of attribute session_id.
3992 3993 3994 |
# File 'sig/types.rbs', line 3992 def session_id @session_id end |
#stream_url ⇒ ::String
Returns the value of attribute stream_url.
3994 3995 3996 |
# File 'sig/types.rbs', line 3994 def stream_url @stream_url end |
#token_value ⇒ ::String
Returns the value of attribute token_value.
3993 3994 3995 |
# File 'sig/types.rbs', line 3993 def token_value @token_value end |