Class: Aws::EC2::Types::CancelExportTaskRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_task_idString

The ID of the export task. This is the ID returned by the CreateInstanceExportTask and ExportImage operations.

Returns:

  • (String)


4027
4028
4029
4030
4031
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4027

class CancelExportTaskRequest < Struct.new(
  :export_task_id)
  SENSITIVE = []
  include Aws::Structure
end