Class: Aws::MediaLive::Types::CreateChannelResultModel
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::CreateChannelResultModel
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#channel ⇒ Types::Channel
      2283 2284 2285 2286 2287  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 2283 class CreateChannelResultModel < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end  |