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

Class: Aws::WorkMail::Types::CancelMailboxExportJobRequest

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

Overview

Note:

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

{
  client_token: "IdempotencyClientToken", # required
  job_id: "MailboxExportJobId", # required
  organization_id: "OrganizationId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The idempotency token for the client request.

Returns:

  • (String)

    The idempotency token for the client request.

#job_idString

The job ID.

Returns:

  • (String)

    The job ID.

#organization_idString

The organization ID.

Returns:

  • (String)

    The organization ID.