Class: Aws::EC2::Types::CancelExportTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CancelExportTaskRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_task_id ⇒ String
The ID of the export task.
Instance Attribute Details
#export_task_id ⇒ String
The ID of the export task. This is the ID returned by the
CreateInstanceExportTask and ExportImage operations.
4699 4700 4701 4702 4703 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4699 class CancelExportTaskRequest < Struct.new( :export_task_id) SENSITIVE = [] include Aws::Structure end |