class Aws::ECS::Types::PutAttributesRequest
@note When making an API call, you may pass PutAttributesRequest
data as a hash: { cluster: "String", attributes: [ # required { name: "String", # required value: "String", target_type: "container-instance", # accepts container-instance target_id: "String", }, ], }
@!attribute [rw] cluster
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. @return [String]
@!attribute [rw] attributes
The attributes to apply to your resource. You can specify up to 10 custom attributes per resource. You can specify up to 10 attributes in a single call. @return [Array<Types::Attribute>]
@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/PutAttributesRequest AWS API Documentation
Constants
- SENSITIVE