Class: Aws::EC2::Types::ImportSnapshotTask

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

Overview

Describes an import snapshot task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the import snapshot task.

Returns:

  • (String)


50340
50341
50342
50343
50344
50345
50346
50347
# File 'lib/aws-sdk-ec2/types.rb', line 50340

class ImportSnapshotTask < Struct.new(
  :description,
  :import_task_id,
  :snapshot_task_detail,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#import_task_idString

The ID of the import snapshot task.

Returns:

  • (String)


50340
50341
50342
50343
50344
50345
50346
50347
# File 'lib/aws-sdk-ec2/types.rb', line 50340

class ImportSnapshotTask < Struct.new(
  :description,
  :import_task_id,
  :snapshot_task_detail,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_task_detailTypes::SnapshotTaskDetail

Describes an import snapshot task.



50340
50341
50342
50343
50344
50345
50346
50347
# File 'lib/aws-sdk-ec2/types.rb', line 50340

class ImportSnapshotTask < Struct.new(
  :description,
  :import_task_id,
  :snapshot_task_detail,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags for the import snapshot task.

Returns:



50340
50341
50342
50343
50344
50345
50346
50347
# File 'lib/aws-sdk-ec2/types.rb', line 50340

class ImportSnapshotTask < Struct.new(
  :description,
  :import_task_id,
  :snapshot_task_detail,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end