Class: Aws::WorkMail::Types::MailboxExportJob

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

The details of a mailbox export job, including the user or resource ID associated with the mailbox and the S3 bucket that the mailbox contents are exported to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The mailbox export job description.

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3690

class MailboxExportJob < Struct.new(
  :job_id,
  :entity_id,
  :description,
  :s3_bucket_name,
  :s3_path,
  :estimated_progress,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The mailbox export job end timestamp.

Returns:

  • (Time)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3690

class MailboxExportJob < Struct.new(
  :job_id,
  :entity_id,
  :description,
  :s3_bucket_name,
  :s3_path,
  :estimated_progress,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#entity_idString

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

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3690

class MailboxExportJob < Struct.new(
  :job_id,
  :entity_id,
  :description,
  :s3_bucket_name,
  :s3_path,
  :estimated_progress,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_progressInteger

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

Returns:

  • (Integer)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3690

class MailboxExportJob < Struct.new(
  :job_id,
  :entity_id,
  :description,
  :s3_bucket_name,
  :s3_path,
  :estimated_progress,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The identifier of the mailbox export job.

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3690

class MailboxExportJob < Struct.new(
  :job_id,
  :entity_id,
  :description,
  :s3_bucket_name,
  :s3_path,
  :estimated_progress,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_nameString

The name of the S3 bucket.

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3690

class MailboxExportJob < Struct.new(
  :job_id,
  :entity_id,
  :description,
  :s3_bucket_name,
  :s3_path,
  :estimated_progress,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#s3_pathString

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

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3690

class MailboxExportJob < Struct.new(
  :job_id,
  :entity_id,
  :description,
  :s3_bucket_name,
  :s3_path,
  :estimated_progress,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The mailbox export job start timestamp.

Returns:

  • (Time)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3690

class MailboxExportJob < Struct.new(
  :job_id,
  :entity_id,
  :description,
  :s3_bucket_name,
  :s3_path,
  :estimated_progress,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the mailbox export job.

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3690

class MailboxExportJob < Struct.new(
  :job_id,
  :entity_id,
  :description,
  :s3_bucket_name,
  :s3_path,
  :estimated_progress,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end