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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::Attribute>

The attributes applied to your resource.

Returns:



7713
7714
7715
7716
7717
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7713

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