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.
9568 9569 9570 |
# File 'sig/types.rbs', line 9568 def description @description end |
#export_task_id ⇒ ::String
Returns the value of attribute export_task_id.
9569 9570 9571 |
# File 'sig/types.rbs', line 9569 def export_task_id @export_task_id end |
#export_to_s3_task ⇒ Types::ExportToS3Task
Returns the value of attribute export_to_s3_task.
9570 9571 9572 |
# File 'sig/types.rbs', line 9570 def export_to_s3_task @export_to_s3_task end |
#instance_export_details ⇒ Types::InstanceExportDetails
Returns the value of attribute instance_export_details.
9571 9572 9573 |
# File 'sig/types.rbs', line 9571 def instance_export_details @instance_export_details end |
#state ⇒ "active", ...
Returns the value of attribute state.
9572 9573 9574 |
# File 'sig/types.rbs', line 9572 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
9573 9574 9575 |
# File 'sig/types.rbs', line 9573 def @status_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
9574 9575 9576 |
# File 'sig/types.rbs', line 9574 def @tags end |