Class: Aws::ECS::Types::PutAttributesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::Attribute>

The attributes applied to your resource.

Returns:



4572
4573
4574
4575
# File 'lib/aws-sdk-ecs/types.rb', line 4572

class PutAttributesResponse < Struct.new(
  :attributes)
  include Aws::Structure
end