Class: Aws::Types::CreateInstanceExportTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInstanceExportTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#export_to_s3_task ⇒ Types::ExportToS3TaskSpecification
Returns the value of attribute export_to_s3_task.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#target_environment ⇒ "citrix", ...
Returns the value of attribute target_environment.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2577 2578 2579 |
# File 'sig/types.rbs', line 2577 def description @description end |
#export_to_s3_task ⇒ Types::ExportToS3TaskSpecification
Returns the value of attribute export_to_s3_task.
2580 2581 2582 |
# File 'sig/types.rbs', line 2580 def export_to_s3_task @export_to_s3_task end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2578 2579 2580 |
# File 'sig/types.rbs', line 2578 def instance_id @instance_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2576 2577 2578 |
# File 'sig/types.rbs', line 2576 def tag_specifications @tag_specifications end |
#target_environment ⇒ "citrix", ...
Returns the value of attribute target_environment.
2579 2580 2581 |
# File 'sig/types.rbs', line 2579 def target_environment @target_environment end |