Class: Aws::IVS::Types::CreateChannelResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IVS::Types::CreateChannelResponse
 
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#channel ⇒ Types::Channel
| 559 560 561 562 563 564 | # File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 559 class CreateChannelResponse < Struct.new( :channel, :stream_key) SENSITIVE = [] include Aws::Structure end | 
#stream_key ⇒ Types::StreamKey
| 559 560 561 562 563 564 | # File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 559 class CreateChannelResponse < Struct.new( :channel, :stream_key) SENSITIVE = [] include Aws::Structure end |