Class: Aws::ECS::Types::PutAttributesResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ECS::Types::PutAttributesResponse
 
- 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 applied to your resource. 
Instance Attribute Details
#attributes ⇒ Array<Types::Attribute>
The attributes applied to your resource.
| 7646 7647 7648 7649 7650 | # File 'lib/aws-sdk-ecs/types.rb', line 7646 class PutAttributesResponse < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |