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)


38720
38721
38722
38723
38724
38725
38726
38727
38728
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38720

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)


38720
38721
38722
38723
38724
38725
38726
38727
38728
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38720

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)


38720
38721
38722
38723
38724
38725
38726
38727
38728
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38720

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

#imageTypes::DiskImageDescription

The image.



38720
38721
38722
38723
38724
38725
38726
38727
38728
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38720

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

#volumeTypes::DiskImageVolumeDescription

The volume.



38720
38721
38722
38723
38724
38725
38726
38727
38728
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38720

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