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

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 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:



7700
7701
7702
7703
7704
7705
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7700

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)


7700
7701
7702
7703
7704
7705
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7700

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