Class: Aws::Types::CreateChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ Types::Channel
Returns the value of attribute channel.
-
#stream_key ⇒ Types::StreamKey
Returns the value of attribute stream_key.
Instance Attribute Details
#channel ⇒ Types::Channel
Returns the value of attribute channel.
217 218 219 |
# File 'sig/types.rbs', line 217 def channel @channel end |
#stream_key ⇒ Types::StreamKey
Returns the value of attribute stream_key.
218 219 220 |
# File 'sig/types.rbs', line 218 def stream_key @stream_key end |