Class: Aws::MediaLive::Types::DescribeChannelPlacementGroupResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::DescribeChannelPlacementGroupResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #arn ⇒ String
 - #channels ⇒ Array<String>
 - #cluster_id ⇒ String
 - #id ⇒ String
 - #name ⇒ String
 - #nodes ⇒ Array<String>
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Used in DescribeChannelPlacementGroupResult.
 
Instance Attribute Details
#arn ⇒ String
      18810 18811 18812 18813 18814 18815 18816 18817 18818 18819 18820  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 18810 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#channels ⇒ Array<String>
      18810 18811 18812 18813 18814 18815 18816 18817 18818 18819 18820  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 18810 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster_id ⇒ String
      18810 18811 18812 18813 18814 18815 18816 18817 18818 18819 18820  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 18810 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
      18810 18811 18812 18813 18814 18815 18816 18817 18818 18819 18820  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 18810 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
      18810 18811 18812 18813 18814 18815 18816 18817 18818 18819 18820  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 18810 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#nodes ⇒ Array<String>
      18810 18811 18812 18813 18814 18815 18816 18817 18818 18819 18820  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 18810 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
Used in DescribeChannelPlacementGroupResult
      18810 18811 18812 18813 18814 18815 18816 18817 18818 18819 18820  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 18810 class DescribeChannelPlacementGroupResponse < Struct.new( :arn, :channels, :cluster_id, :id, :name, :nodes, :state) SENSITIVE = [] include Aws::Structure end  |