Class: Aws::ECS::Types::SubmitAttachmentStateChangesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::SubmitAttachmentStateChangesRequest
- Includes:
- Structure
- Defined in:
- 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.
10963 10964 10965 10966 10967 10968 |
# File 'lib/aws-sdk-ecs/types.rb', line 10963 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.
10963 10964 10965 10966 10967 10968 |
# File 'lib/aws-sdk-ecs/types.rb', line 10963 class SubmitAttachmentStateChangesRequest < Struct.new( :cluster, :attachments) SENSITIVE = [] include Aws::Structure end |