Class: Aws::EC2::Types::ImportVolumeTaskDetails

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

Overview

Describes an import volume task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone where the resulting volume will reside.

Returns:

  • (String)


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

class ImportVolumeTaskDetails < Struct.new(
  :availability_zone,
  :bytes_converted,
  :description,
  :image,
  :volume)
  SENSITIVE = []
  include Aws::Structure
end

#bytes_convertedInteger

The number of bytes converted so far.

Returns:

  • (Integer)


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

class ImportVolumeTaskDetails < Struct.new(
  :availability_zone,
  :bytes_converted,
  :description,
  :image,
  :volume)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description you provided when starting the import volume task.

Returns:

  • (String)


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

class ImportVolumeTaskDetails < Struct.new(
  :availability_zone,
  :bytes_converted,
  :description,
  :image,
  :volume)
  SENSITIVE = []
  include Aws::Structure
end

#imageTypes::DiskImageDescription

The image.



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

class ImportVolumeTaskDetails < Struct.new(
  :availability_zone,
  :bytes_converted,
  :description,
  :image,
  :volume)
  SENSITIVE = []
  include Aws::Structure
end

#volumeTypes::DiskImageVolumeDescription

The volume.



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

class ImportVolumeTaskDetails < Struct.new(
  :availability_zone,
  :bytes_converted,
  :description,
  :image,
  :volume)
  SENSITIVE = []
  include Aws::Structure
end