Class: Aws::ECS::Types::PutAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::PutAttributesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::Attribute>
The attributes to apply to your resource.
-
#cluster ⇒ String
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes.
Instance Attribute Details
#attributes ⇒ Array<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.
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 |
#cluster ⇒ String
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.
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 |