Class: Aws::Types::ExportTask
- Inherits:
-
Object
- Object
- Aws::Types::ExportTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date_time ⇒ ::String
Returns the value of attribute creation_date_time.
-
#end_date_time ⇒ ::String
Returns the value of attribute end_date_time.
-
#export_id ⇒ ::String
Returns the value of attribute export_id.
-
#progress_percentage ⇒ ::Float
Returns the value of attribute progress_percentage.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_bucket_owner ⇒ ::String
Returns the value of attribute s3_bucket_owner.
-
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#summary ⇒ Types::ExportTaskSummary
Returns the value of attribute summary.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
483 484 485 |
# File 'sig/types.rbs', line 483 def arn @arn end |
#creation_date_time ⇒ ::String
Returns the value of attribute creation_date_time.
487 488 489 |
# File 'sig/types.rbs', line 487 def creation_date_time @creation_date_time end |
#end_date_time ⇒ ::String
Returns the value of attribute end_date_time.
488 489 490 |
# File 'sig/types.rbs', line 488 def end_date_time @end_date_time end |
#export_id ⇒ ::String
Returns the value of attribute export_id.
482 483 484 |
# File 'sig/types.rbs', line 482 def export_id @export_id end |
#progress_percentage ⇒ ::Float
Returns the value of attribute progress_percentage.
490 491 492 |
# File 'sig/types.rbs', line 490 def progress_percentage @progress_percentage end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
484 485 486 |
# File 'sig/types.rbs', line 484 def s3_bucket @s3_bucket end |
#s3_bucket_owner ⇒ ::String
Returns the value of attribute s3_bucket_owner.
486 487 488 |
# File 'sig/types.rbs', line 486 def s3_bucket_owner @s3_bucket_owner end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
485 486 487 |
# File 'sig/types.rbs', line 485 def s3_key @s3_key end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
489 490 491 |
# File 'sig/types.rbs', line 489 def status @status end |
#summary ⇒ Types::ExportTaskSummary
Returns the value of attribute summary.
491 492 493 |
# File 'sig/types.rbs', line 491 def summary @summary end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
492 493 494 |
# File 'sig/types.rbs', line 492 def @tags end |