Class: Aws::MediaLive::Types::AnywhereSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::AnywhereSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Elemental anywhere settings
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #channel_placement_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the channel placement group for the channel.
 - 
  
    
      #cluster_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the cluster for the channel.
 
Instance Attribute Details
#channel_placement_group_id ⇒ String
The ID of the channel placement group for the channel.
      17838 17839 17840 17841 17842 17843  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 17838 class AnywhereSettings < Struct.new( :channel_placement_group_id, :cluster_id) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster_id ⇒ String
The ID of the cluster for the channel.
      17838 17839 17840 17841 17842 17843  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 17838 class AnywhereSettings < Struct.new( :channel_placement_group_id, :cluster_id) SENSITIVE = [] include Aws::Structure end  |