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

Class: Aws::WorkMail::Types::DescribeMailboxExportJobResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The mailbox export job description.

Returns:

  • (String)

    The mailbox export job description.

#end_timeTime

The mailbox export job end timestamp.

Returns:

  • (Time)

    The mailbox export job end timestamp.

#entity_idString

The identifier of the user or resource associated with the mailbox.

Returns:

  • (String)

    The identifier of the user or resource associated with the mailbox.

#error_infoString

Error information for failed mailbox export jobs.

Returns:

  • (String)

    Error information for failed mailbox export jobs.

#estimated_progressInteger

The estimated progress of the mailbox export job, in percentage points.

Returns:

  • (Integer)

    The estimated progress of the mailbox export job, in percentage points.

#kms_key_arnString

The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the exported mailbox content.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the exported mailbox content.

#role_arnString

The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the Amazon Simple Storage Service (Amazon S3) bucket.

Returns:

  • (String)

    The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the Amazon Simple Storage Service (Amazon S3) bucket.

#s3_bucket_nameString

The name of the S3 bucket.

Returns:

  • (String)

    The name of the S3 bucket.

#s3_pathString

The path to the S3 bucket and file that the mailbox export job is exporting to.

Returns:

  • (String)

    The path to the S3 bucket and file that the mailbox export job is exporting to.

#s3_prefixString

The S3 bucket prefix.

Returns:

  • (String)

    The S3 bucket prefix.

#start_timeTime

The mailbox export job start timestamp.

Returns:

  • (Time)

    The mailbox export job start timestamp.

#stateString

The state of the mailbox export job.

Possible values:

  • RUNNING
  • COMPLETED
  • FAILED
  • CANCELLED

Returns:

  • (String)

    The state of the mailbox export job.