Class: Aws::MediaLive::Types::DeleteChannelRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::DeleteChannelRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#channel_id ⇒ String
      2761 2762 2763 2764 2765  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 2761 class DeleteChannelRequest < Struct.new( :channel_id) SENSITIVE = [] include Aws::Structure end  |