Class: Aws::ECS::Types::SubmitAttachmentStateChangesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::SubmitAttachmentStateChangesRequest
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachments ⇒ Array<Types::AttachmentStateChange>
Any attachments associated with the state change request.
-
#cluster ⇒ String
The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.
Instance Attribute Details
#attachments ⇒ Array<Types::AttachmentStateChange>
Any attachments associated with the state change request.
11095 11096 11097 11098 11099 11100 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11095 class SubmitAttachmentStateChangesRequest < Struct.new( :cluster, :attachments) SENSITIVE = [] include Aws::Structure end |
#cluster ⇒ String
The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.
11095 11096 11097 11098 11099 11100 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11095 class SubmitAttachmentStateChangesRequest < Struct.new( :cluster, :attachments) SENSITIVE = [] include Aws::Structure end |