class Aws::ConnectParticipant::Types::CompleteAttachmentUploadRequest

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

data as a hash:

    {
      attachment_ids: ["ArtifactId"], # required
      client_token: "NonEmptyClientToken", # required
      connection_token: "ParticipantToken", # required
    }

@!attribute [rw] attachment_ids

A list of unique identifiers for the attachments.
@return [Array<String>]

@!attribute [rw] client_token

A unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] connection_token

The authentication token associated with the participant's
connection.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/CompleteAttachmentUploadRequest AWS API Documentation

Constants

SENSITIVE