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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


41617
41618
41619
41620
41621
41622
41623
41624
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41617

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)


41617
41618
41619
41620
41621
41622
41623
41624
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41617

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.



41617
41618
41619
41620
41621
41622
41623
41624
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41617

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:



41617
41618
41619
41620
41621
41622
41623
41624
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41617

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