Module: Aws::WorkMail::Client::_DescribeMailboxExportJobResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeMailboxExportJobResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#description::String

Returns:



523
# File 'sig/client.rbs', line 523

def description: () -> ::String

#end_time::Time

Returns:



533
# File 'sig/client.rbs', line 533

def end_time: () -> ::Time

#entity_id::String

Returns:



522
# File 'sig/client.rbs', line 522

def entity_id: () -> ::String

#error_info::String

Returns:



531
# File 'sig/client.rbs', line 531

def error_info: () -> ::String

#estimated_progress::Integer

Returns:



529
# File 'sig/client.rbs', line 529

def estimated_progress: () -> ::Integer

#kms_key_arn::String

Returns:



525
# File 'sig/client.rbs', line 525

def kms_key_arn: () -> ::String

#role_arn::String

Returns:



524
# File 'sig/client.rbs', line 524

def role_arn: () -> ::String

#s3_bucket_name::String

Returns:



526
# File 'sig/client.rbs', line 526

def s3_bucket_name: () -> ::String

#s3_path::String

Returns:



528
# File 'sig/client.rbs', line 528

def s3_path: () -> ::String

#s3_prefix::String

Returns:



527
# File 'sig/client.rbs', line 527

def s3_prefix: () -> ::String

#start_time::Time

Returns:



532
# File 'sig/client.rbs', line 532

def start_time: () -> ::Time

#state"RUNNING", ...

Returns:



530
# File 'sig/client.rbs', line 530

def state: () -> ("RUNNING" | "COMPLETED" | "FAILED" | "CANCELLED")