Class: Aws::Types::ExportTask
- Inherits:
-
Object
- Object
- Aws::Types::ExportTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#export_task_id ⇒ ::String
Returns the value of attribute export_task_id.
-
#export_to_s3_task ⇒ Types::ExportToS3Task
Returns the value of attribute export_to_s3_task.
-
#instance_export_details ⇒ Types::InstanceExportDetails
Returns the value of attribute instance_export_details.
-
#state ⇒ "active", ...
Returns the value of attribute state.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
9461 9462 9463 |
# File 'sig/types.rbs', line 9461 def description @description end |
#export_task_id ⇒ ::String
Returns the value of attribute export_task_id.
9462 9463 9464 |
# File 'sig/types.rbs', line 9462 def export_task_id @export_task_id end |
#export_to_s3_task ⇒ Types::ExportToS3Task
Returns the value of attribute export_to_s3_task.
9463 9464 9465 |
# File 'sig/types.rbs', line 9463 def export_to_s3_task @export_to_s3_task end |
#instance_export_details ⇒ Types::InstanceExportDetails
Returns the value of attribute instance_export_details.
9464 9465 9466 |
# File 'sig/types.rbs', line 9464 def instance_export_details @instance_export_details end |
#state ⇒ "active", ...
Returns the value of attribute state.
9465 9466 9467 |
# File 'sig/types.rbs', line 9465 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
9466 9467 9468 |
# File 'sig/types.rbs', line 9466 def @status_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
9467 9468 9469 |
# File 'sig/types.rbs', line 9467 def @tags end |