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:

  • (::String)


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

def description: () -> ::String

#end_time::Time

Returns:

  • (::Time)


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

def end_time: () -> ::Time

#entity_id::String

Returns:

  • (::String)


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

def entity_id: () -> ::String

#error_info::String

Returns:

  • (::String)


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

def error_info: () -> ::String

#estimated_progress::Integer

Returns:

  • (::Integer)


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

def estimated_progress: () -> ::Integer

#kms_key_arn::String

Returns:

  • (::String)


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

def kms_key_arn: () -> ::String

#role_arn::String

Returns:

  • (::String)


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

def role_arn: () -> ::String

#s3_bucket_name::String

Returns:

  • (::String)


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

def s3_bucket_name: () -> ::String

#s3_path::String

Returns:

  • (::String)


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

def s3_path: () -> ::String

#s3_prefix::String

Returns:

  • (::String)


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

def s3_prefix: () -> ::String

#start_time::Time

Returns:

  • (::Time)


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

def start_time: () -> ::Time

#state"RUNNING", ...

Returns:

  • ("RUNNING", "COMPLETED", "FAILED", "CANCELLED")


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

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