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.
9236 9237 9238 |
# File 'sig/types.rbs', line 9236 def description @description end |
#export_task_id ⇒ ::String
Returns the value of attribute export_task_id.
9237 9238 9239 |
# File 'sig/types.rbs', line 9237 def export_task_id @export_task_id end |
#export_to_s3_task ⇒ Types::ExportToS3Task
Returns the value of attribute export_to_s3_task.
9238 9239 9240 |
# File 'sig/types.rbs', line 9238 def export_to_s3_task @export_to_s3_task end |
#instance_export_details ⇒ Types::InstanceExportDetails
Returns the value of attribute instance_export_details.
9239 9240 9241 |
# File 'sig/types.rbs', line 9239 def instance_export_details @instance_export_details end |
#state ⇒ "active", ...
Returns the value of attribute state.
9240 9241 9242 |
# File 'sig/types.rbs', line 9240 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
9241 9242 9243 |
# File 'sig/types.rbs', line 9241 def @status_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
9242 9243 9244 |
# File 'sig/types.rbs', line 9242 def @tags end |