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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


38570
38571
38572
38573
38574
38575
38576
38577
38578
# File 'lib/aws-sdk-ec2/types.rb', line 38570

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)


38570
38571
38572
38573
38574
38575
38576
38577
38578
# File 'lib/aws-sdk-ec2/types.rb', line 38570

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)


38570
38571
38572
38573
38574
38575
38576
38577
38578
# File 'lib/aws-sdk-ec2/types.rb', line 38570

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

#imageTypes::DiskImageDescription

The image.



38570
38571
38572
38573
38574
38575
38576
38577
38578
# File 'lib/aws-sdk-ec2/types.rb', line 38570

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

#volumeTypes::DiskImageVolumeDescription

The volume.



38570
38571
38572
38573
38574
38575
38576
38577
38578
# File 'lib/aws-sdk-ec2/types.rb', line 38570

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