Class: Aws::Types::StartSessionResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartSessionResponse
- 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.
11073 11074 11075 |
# File 'sig/types.rbs', line 11073 def session_id @session_id end |
#stream_url ⇒ ::String
Returns the value of attribute stream_url.
11074 11075 11076 |
# File 'sig/types.rbs', line 11074 def stream_url @stream_url end |
#token_value ⇒ ::String
Returns the value of attribute token_value.
11075 11076 11077 |
# File 'sig/types.rbs', line 11075 def token_value @token_value end |