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

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

Overview

<zonbook />

<xhtml />

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::Attribute>

The attributes applied to your resource.

Returns:



10751
10752
10753
10754
10755
# File 'lib/aws-sdk-ecs/types.rb', line 10751

class PutAttributesResponse < Struct.new(
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end