Class: Aws::Types::DescribeMailboxExportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMailboxExportJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#error_info ⇒ ::String
Returns the value of attribute error_info.
-
#estimated_progress ⇒ ::Integer
Returns the value of attribute estimated_progress.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
-
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
462 463 464 |
# File 'sig/types.rbs', line 462 def description @description end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
472 473 474 |
# File 'sig/types.rbs', line 472 def end_time @end_time end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
461 462 463 |
# File 'sig/types.rbs', line 461 def entity_id @entity_id end |
#error_info ⇒ ::String
Returns the value of attribute error_info.
470 471 472 |
# File 'sig/types.rbs', line 470 def error_info @error_info end |
#estimated_progress ⇒ ::Integer
Returns the value of attribute estimated_progress.
468 469 470 |
# File 'sig/types.rbs', line 468 def estimated_progress @estimated_progress end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
464 465 466 |
# File 'sig/types.rbs', line 464 def kms_key_arn @kms_key_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
463 464 465 |
# File 'sig/types.rbs', line 463 def role_arn @role_arn end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
465 466 467 |
# File 'sig/types.rbs', line 465 def s3_bucket_name @s3_bucket_name end |
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
467 468 469 |
# File 'sig/types.rbs', line 467 def s3_path @s3_path end |
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
466 467 468 |
# File 'sig/types.rbs', line 466 def s3_prefix @s3_prefix end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
471 472 473 |
# File 'sig/types.rbs', line 471 def start_time @start_time end |
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
469 470 471 |
# File 'sig/types.rbs', line 469 def state @state end |