Class: Aws::Types::MailboxExportJob
- Inherits:
-
Object
- Object
- Aws::Types::MailboxExportJob
- 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.
-
#estimated_progress ⇒ ::Integer
Returns the value of attribute estimated_progress.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
-
#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.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def description @description end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def end_time @end_time end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def entity_id @entity_id end |
#estimated_progress ⇒ ::Integer
Returns the value of attribute estimated_progress.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def estimated_progress @estimated_progress end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def job_id @job_id end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def s3_bucket_name @s3_bucket_name end |
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def s3_path @s3_path end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def start_time @start_time end |
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def state @state end |