Class: Aws::Types::GetStreamSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetStreamSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
371 372 373 |
# File 'sig/types.rbs', line 371 def channel_arn @channel_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
372 373 374 |
# File 'sig/types.rbs', line 372 def stream_id @stream_id end |