class Aws::ECS::Types::SubmitAttachmentStateChangesRequest

@note When making an API call, you may pass SubmitAttachmentStateChangesRequest

data as a hash:

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

@!attribute [rw] cluster

The short name or full ARN of the cluster that hosts the container
instance the attachment belongs to.
@return [String]

@!attribute [rw] attachments

Any attachments associated with the state change request.
@return [Array<Types::AttachmentStateChange>]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/SubmitAttachmentStateChangesRequest AWS API Documentation

Constants

SENSITIVE