Struct aws_sdk_workmail::output::DescribeMailboxExportJobOutput [−][src]
#[non_exhaustive]pub struct DescribeMailboxExportJobOutput {
pub entity_id: Option<String>,
pub description: Option<String>,
pub role_arn: Option<String>,
pub kms_key_arn: Option<String>,
pub s3_bucket_name: Option<String>,
pub s3_prefix: Option<String>,
pub s3_path: Option<String>,
pub estimated_progress: i32,
pub state: Option<MailboxExportJobState>,
pub error_info: Option<String>,
pub start_time: Option<DateTime>,
pub end_time: Option<DateTime>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.entity_id: Option<String>
The identifier of the user or resource associated with the mailbox.
description: Option<String>
The mailbox export job description.
role_arn: Option<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.
kms_key_arn: Option<String>
The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the exported mailbox content.
s3_bucket_name: Option<String>
The name of the S3 bucket.
s3_prefix: Option<String>
The S3 bucket prefix.
s3_path: Option<String>
The path to the S3 bucket and file that the mailbox export job is exporting to.
estimated_progress: i32
The estimated progress of the mailbox export job, in percentage points.
state: Option<MailboxExportJobState>
The state of the mailbox export job.
error_info: Option<String>
Error information for failed mailbox export jobs.
start_time: Option<DateTime>
The mailbox export job start timestamp.
end_time: Option<DateTime>
The mailbox export job end timestamp.
Implementations
The identifier of the user or resource associated with the mailbox.
The mailbox export job description.
The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the Amazon Simple Storage Service (Amazon S3) bucket.
The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the exported mailbox content.
The name of the S3 bucket.
The path to the S3 bucket and file that the mailbox export job is exporting to.
The estimated progress of the mailbox export job, in percentage points.
The state of the mailbox export job.
Error information for failed mailbox export jobs.
The mailbox export job start timestamp.
Creates a new builder-style object to manufacture DescribeMailboxExportJobOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for DescribeMailboxExportJobOutput
impl Sync for DescribeMailboxExportJobOutput
impl Unpin for DescribeMailboxExportJobOutput
impl UnwindSafe for DescribeMailboxExportJobOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more