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.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def description @description end |
#export_to_s3_task ⇒ Types::ExportToS3TaskSpecification
Returns the value of attribute export_to_s3_task.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def export_to_s3_task @export_to_s3_task end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def instance_id @instance_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def tag_specifications @tag_specifications end |
#target_environment ⇒ "citrix", ...
Returns the value of attribute target_environment.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def target_environment @target_environment end |