Class: Aws::MediaLive::Types::UpdateChannelRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::UpdateChannelRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #cdi_input_specification ⇒ Types::CdiInputSpecification
 - #channel_id ⇒ String
 - #destinations ⇒ Array<Types::OutputDestination>
 - 
  
    
      #encoder_settings  ⇒ Types::EncoderSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Encoder Settings.
 - #input_attachments ⇒ Array<Types::InputAttachment>
 - #input_specification ⇒ Types::InputSpecification
 - 
  
    
      #log_level  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The log level the user wants for their channel.
 - #maintenance ⇒ Types::MaintenanceUpdateSettings
 - #name ⇒ String
 - #role_arn ⇒ String
 
Instance Attribute Details
#cdi_input_specification ⇒ Types::CdiInputSpecification
      12669 12670 12671 12672 12673 12674 12675 12676 12677 12678 12679 12680 12681 12682  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12669 class UpdateChannelRequest < Struct.new( :cdi_input_specification, :channel_id, :destinations, :encoder_settings, :input_attachments, :input_specification, :log_level, :maintenance, :name, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#channel_id ⇒ String
      12669 12670 12671 12672 12673 12674 12675 12676 12677 12678 12679 12680 12681 12682  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12669 class UpdateChannelRequest < Struct.new( :cdi_input_specification, :channel_id, :destinations, :encoder_settings, :input_attachments, :input_specification, :log_level, :maintenance, :name, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#destinations ⇒ Array<Types::OutputDestination>
      12669 12670 12671 12672 12673 12674 12675 12676 12677 12678 12679 12680 12681 12682  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12669 class UpdateChannelRequest < Struct.new( :cdi_input_specification, :channel_id, :destinations, :encoder_settings, :input_attachments, :input_specification, :log_level, :maintenance, :name, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#encoder_settings ⇒ Types::EncoderSettings
Encoder Settings
      12669 12670 12671 12672 12673 12674 12675 12676 12677 12678 12679 12680 12681 12682  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12669 class UpdateChannelRequest < Struct.new( :cdi_input_specification, :channel_id, :destinations, :encoder_settings, :input_attachments, :input_specification, :log_level, :maintenance, :name, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#input_attachments ⇒ Array<Types::InputAttachment>
      12669 12670 12671 12672 12673 12674 12675 12676 12677 12678 12679 12680 12681 12682  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12669 class UpdateChannelRequest < Struct.new( :cdi_input_specification, :channel_id, :destinations, :encoder_settings, :input_attachments, :input_specification, :log_level, :maintenance, :name, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#input_specification ⇒ Types::InputSpecification
      12669 12670 12671 12672 12673 12674 12675 12676 12677 12678 12679 12680 12681 12682  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12669 class UpdateChannelRequest < Struct.new( :cdi_input_specification, :channel_id, :destinations, :encoder_settings, :input_attachments, :input_specification, :log_level, :maintenance, :name, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#log_level ⇒ String
The log level the user wants for their channel.
      12669 12670 12671 12672 12673 12674 12675 12676 12677 12678 12679 12680 12681 12682  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12669 class UpdateChannelRequest < Struct.new( :cdi_input_specification, :channel_id, :destinations, :encoder_settings, :input_attachments, :input_specification, :log_level, :maintenance, :name, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#maintenance ⇒ Types::MaintenanceUpdateSettings
      12669 12670 12671 12672 12673 12674 12675 12676 12677 12678 12679 12680 12681 12682  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12669 class UpdateChannelRequest < Struct.new( :cdi_input_specification, :channel_id, :destinations, :encoder_settings, :input_attachments, :input_specification, :log_level, :maintenance, :name, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
      12669 12670 12671 12672 12673 12674 12675 12676 12677 12678 12679 12680 12681 12682  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12669 class UpdateChannelRequest < Struct.new( :cdi_input_specification, :channel_id, :destinations, :encoder_settings, :input_attachments, :input_specification, :log_level, :maintenance, :name, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
      12669 12670 12671 12672 12673 12674 12675 12676 12677 12678 12679 12680 12681 12682  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12669 class UpdateChannelRequest < Struct.new( :cdi_input_specification, :channel_id, :destinations, :encoder_settings, :input_attachments, :input_specification, :log_level, :maintenance, :name, :role_arn) SENSITIVE = [] include Aws::Structure end  |