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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The mailbox export job description.

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1428

class DescribeMailboxExportJobResponse < Struct.new(
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix,
  :s3_path,
  :estimated_progress,
  :state,
  :error_info,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The mailbox export job end timestamp.

Returns:

  • (Time)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1428

class DescribeMailboxExportJobResponse < Struct.new(
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix,
  :s3_path,
  :estimated_progress,
  :state,
  :error_info,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#entity_idString

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

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1428

class DescribeMailboxExportJobResponse < Struct.new(
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix,
  :s3_path,
  :estimated_progress,
  :state,
  :error_info,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#error_infoString

Error information for failed mailbox export jobs.

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1428

class DescribeMailboxExportJobResponse < Struct.new(
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix,
  :s3_path,
  :estimated_progress,
  :state,
  :error_info,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_progressInteger

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

Returns:

  • (Integer)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1428

class DescribeMailboxExportJobResponse < Struct.new(
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix,
  :s3_path,
  :estimated_progress,
  :state,
  :error_info,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1428

class DescribeMailboxExportJobResponse < Struct.new(
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix,
  :s3_path,
  :estimated_progress,
  :state,
  :error_info,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1428

class DescribeMailboxExportJobResponse < Struct.new(
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix,
  :s3_path,
  :estimated_progress,
  :state,
  :error_info,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_nameString

The name of the S3 bucket.

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1428

class DescribeMailboxExportJobResponse < Struct.new(
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix,
  :s3_path,
  :estimated_progress,
  :state,
  :error_info,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#s3_pathString

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

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1428

class DescribeMailboxExportJobResponse < Struct.new(
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix,
  :s3_path,
  :estimated_progress,
  :state,
  :error_info,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#s3_prefixString

The S3 bucket prefix.

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1428

class DescribeMailboxExportJobResponse < Struct.new(
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix,
  :s3_path,
  :estimated_progress,
  :state,
  :error_info,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The mailbox export job start timestamp.

Returns:

  • (Time)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1428

class DescribeMailboxExportJobResponse < Struct.new(
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix,
  :s3_path,
  :estimated_progress,
  :state,
  :error_info,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the mailbox export job.

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1428

class DescribeMailboxExportJobResponse < Struct.new(
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix,
  :s3_path,
  :estimated_progress,
  :state,
  :error_info,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end