#[non_exhaustive]pub struct DescribeMailboxExportJobOutput { /* private fields */ }
Implementations§
source§impl DescribeMailboxExportJobOutput
impl DescribeMailboxExportJobOutput
sourcepub fn entity_id(&self) -> Option<&str>
pub fn entity_id(&self) -> Option<&str>
The identifier of the user or resource associated with the mailbox.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The mailbox export job description.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the Amazon Simple Storage Service (Amazon S3) bucket.
sourcepub fn kms_key_arn(&self) -> Option<&str>
pub fn kms_key_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the exported mailbox content.
sourcepub fn s3_bucket_name(&self) -> Option<&str>
pub fn s3_bucket_name(&self) -> Option<&str>
The name of the S3 bucket.
sourcepub fn s3_path(&self) -> Option<&str>
pub fn s3_path(&self) -> Option<&str>
The path to the S3 bucket and file that the mailbox export job is exporting to.
sourcepub fn estimated_progress(&self) -> i32
pub fn estimated_progress(&self) -> i32
The estimated progress of the mailbox export job, in percentage points.
sourcepub fn state(&self) -> Option<&MailboxExportJobState>
pub fn state(&self) -> Option<&MailboxExportJobState>
The state of the mailbox export job.
sourcepub fn error_info(&self) -> Option<&str>
pub fn error_info(&self) -> Option<&str>
Error information for failed mailbox export jobs.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The mailbox export job start timestamp.
source§impl DescribeMailboxExportJobOutput
impl DescribeMailboxExportJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeMailboxExportJobOutput
.
Trait Implementations§
source§impl Clone for DescribeMailboxExportJobOutput
impl Clone for DescribeMailboxExportJobOutput
source§fn clone(&self) -> DescribeMailboxExportJobOutput
fn clone(&self) -> DescribeMailboxExportJobOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<DescribeMailboxExportJobOutput> for DescribeMailboxExportJobOutput
impl PartialEq<DescribeMailboxExportJobOutput> for DescribeMailboxExportJobOutput
source§fn eq(&self, other: &DescribeMailboxExportJobOutput) -> bool
fn eq(&self, other: &DescribeMailboxExportJobOutput) -> bool
self
and other
values to be equal, and is used
by ==
.