You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECS::Types::SubmitAttachmentStateChangesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SubmitAttachmentStateChangesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  cluster: "String",
  attachments: [ # required
    {
      attachment_arn: "String", # required
      status: "String", # required
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsArray<Types::AttachmentStateChange>

Any attachments associated with the state change request.

Returns:

#clusterString

The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.

Returns:

  • (String)

    The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.