Module: Aws::WorkMail::Client::_DescribeMailboxExportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeMailboxExportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #end_time ⇒ ::Time
- #entity_id ⇒ ::String
- #error_info ⇒ ::String
- #estimated_progress ⇒ ::Integer
- #kms_key_arn ⇒ ::String
- #role_arn ⇒ ::String
- #s3_bucket_name ⇒ ::String
- #s3_path ⇒ ::String
- #s3_prefix ⇒ ::String
- #start_time ⇒ ::Time
- #state ⇒ "RUNNING", ...
Instance Method Details
#description ⇒ ::String
523 |
# File 'sig/client.rbs', line 523
def description: () -> ::String
|
#end_time ⇒ ::Time
533 |
# File 'sig/client.rbs', line 533
def end_time: () -> ::Time
|
#entity_id ⇒ ::String
522 |
# File 'sig/client.rbs', line 522
def entity_id: () -> ::String
|
#error_info ⇒ ::String
531 |
# File 'sig/client.rbs', line 531
def error_info: () -> ::String
|
#estimated_progress ⇒ ::Integer
529 |
# File 'sig/client.rbs', line 529
def estimated_progress: () -> ::Integer
|
#kms_key_arn ⇒ ::String
525 |
# File 'sig/client.rbs', line 525
def kms_key_arn: () -> ::String
|
#role_arn ⇒ ::String
524 |
# File 'sig/client.rbs', line 524
def role_arn: () -> ::String
|
#s3_bucket_name ⇒ ::String
526 |
# File 'sig/client.rbs', line 526
def s3_bucket_name: () -> ::String
|
#s3_path ⇒ ::String
528 |
# File 'sig/client.rbs', line 528
def s3_path: () -> ::String
|
#s3_prefix ⇒ ::String
527 |
# File 'sig/client.rbs', line 527
def s3_prefix: () -> ::String
|
#start_time ⇒ ::Time
532 |
# File 'sig/client.rbs', line 532
def start_time: () -> ::Time
|
#state ⇒ "RUNNING", ...
530 |
# File 'sig/client.rbs', line 530
def state: () -> ("RUNNING" | "COMPLETED" | "FAILED" | "CANCELLED")
|