Class: Aws::ECS::Types::PutAttributesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<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.

Returns:



8099
8100
8101
8102
8103
8104
# File 'lib/aws-sdk-ecs/types.rb', line 8099

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

#clusterString

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.

Returns:

  • (String)


8099
8100
8101
8102
8103
8104
# File 'lib/aws-sdk-ecs/types.rb', line 8099

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