Class: Aws::ECS::Types::PutAttributesRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECS::Types::PutAttributesRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ecs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #attributes  ⇒ Array<Types::Attribute> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The attributes to apply to your resource.
 - 
  
    
      #cluster  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes.
 
Instance Attribute Details
#attributes ⇒ Array<Types::Attribute>
The attributes to apply to your resource. You can specify up to 10 custom attributes for each resource. You can specify up to 10 attributes in a single call.
      7647 7648 7649 7650 7651 7652  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 7647 class PutAttributesRequest < Struct.new( :cluster, :attributes) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster ⇒ String
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes. If you do not specify a cluster, the default cluster is assumed.
      7647 7648 7649 7650 7651 7652  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 7647 class PutAttributesRequest < Struct.new( :cluster, :attributes) SENSITIVE = [] include Aws::Structure end  |