Class: Aws::EC2::Types::CancelImportTaskResult

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

Overview

Contains the output for CancelImportTask.

Instance Attribute Summary collapse

Instance Attribute Details

#import_task_idString

The ID of the task being canceled.

Returns:

  • (String)


2226
2227
2228
2229
2230
2231
# File 'lib/aws-sdk-ec2/types.rb', line 2226

class CancelImportTaskResult < Struct.new(
  :import_task_id,
  :previous_state,
  :state)
  include Aws::Structure
end

#previous_stateString

The current state of the task being canceled.

Returns:

  • (String)


2226
2227
2228
2229
2230
2231
# File 'lib/aws-sdk-ec2/types.rb', line 2226

class CancelImportTaskResult < Struct.new(
  :import_task_id,
  :previous_state,
  :state)
  include Aws::Structure
end

#stateString

The current state of the task being canceled.

Returns:

  • (String)


2226
2227
2228
2229
2230
2231
# File 'lib/aws-sdk-ec2/types.rb', line 2226

class CancelImportTaskResult < Struct.new(
  :import_task_id,
  :previous_state,
  :state)
  include Aws::Structure
end