Class: Aws::MediaLive::Types::UpdateChannelPlacementGroupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::UpdateChannelPlacementGroupRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Used in the UpdateChannelPlacementGroup operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #channel_placement_group_id ⇒ String
 - #cluster_id ⇒ String
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Include this parameter only if you want to change the current name of the ChannelPlacementGroup.
 - 
  
    
      #nodes  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Include this parameter only if you want to change the list of Nodes that are associated with the ChannelPlacementGroup.
 
Instance Attribute Details
#channel_placement_group_id ⇒ String
      20171 20172 20173 20174 20175 20176 20177 20178  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 20171 class UpdateChannelPlacementGroupRequest < Struct.new( :channel_placement_group_id, :cluster_id, :name, :nodes) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster_id ⇒ String
      20171 20172 20173 20174 20175 20176 20177 20178  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 20171 class UpdateChannelPlacementGroupRequest < Struct.new( :channel_placement_group_id, :cluster_id, :name, :nodes) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
Include this parameter only if you want to change the current name of the ChannelPlacementGroup. Specify a name that is unique in the Cluster. You can’t change the name. Names are case-sensitive.
      20171 20172 20173 20174 20175 20176 20177 20178  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 20171 class UpdateChannelPlacementGroupRequest < Struct.new( :channel_placement_group_id, :cluster_id, :name, :nodes) SENSITIVE = [] include Aws::Structure end  | 
  
#nodes ⇒ Array<String>
Include this parameter only if you want to change the list of Nodes that are associated with the ChannelPlacementGroup.
      20171 20172 20173 20174 20175 20176 20177 20178  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 20171 class UpdateChannelPlacementGroupRequest < Struct.new( :channel_placement_group_id, :cluster_id, :name, :nodes) SENSITIVE = [] include Aws::Structure end  |