Class: Aws::EC2::Types::ImportSnapshotResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the import snapshot task.

Returns:

  • (String)


38448
38449
38450
38451
38452
38453
38454
38455
# File 'lib/aws-sdk-ec2/types.rb', line 38448

class ImportSnapshotResult < 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)


38448
38449
38450
38451
38452
38453
38454
38455
# File 'lib/aws-sdk-ec2/types.rb', line 38448

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

#snapshot_task_detailTypes::SnapshotTaskDetail

Information about the import snapshot task.



38448
38449
38450
38451
38452
38453
38454
38455
# File 'lib/aws-sdk-ec2/types.rb', line 38448

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

#tagsArray<Types::Tag>

Any tags assigned to the import snapshot task.

Returns:



38448
38449
38450
38451
38452
38453
38454
38455
# File 'lib/aws-sdk-ec2/types.rb', line 38448

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