Class: Aws::EC2::Types::CancelImportTaskResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CancelImportTaskResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_task_id ⇒ String
The ID of the task being canceled.
-
#previous_state ⇒ String
The current state of the task being canceled.
-
#state ⇒ String
The current state of the task being canceled.
Instance Attribute Details
#import_task_id ⇒ String
The ID of the task being canceled.
4439 4440 4441 4442 4443 4444 4445 |
# File 'lib/aws-sdk-ec2/types.rb', line 4439 class CancelImportTaskResult < Struct.new( :import_task_id, :previous_state, :state) SENSITIVE = [] include Aws::Structure end |
#previous_state ⇒ String
The current state of the task being canceled.
4439 4440 4441 4442 4443 4444 4445 |
# File 'lib/aws-sdk-ec2/types.rb', line 4439 class CancelImportTaskResult < Struct.new( :import_task_id, :previous_state, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the task being canceled.
4439 4440 4441 4442 4443 4444 4445 |
# File 'lib/aws-sdk-ec2/types.rb', line 4439 class CancelImportTaskResult < Struct.new( :import_task_id, :previous_state, :state) SENSITIVE = [] include Aws::Structure end |