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.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone where the resulting volume will reside.

Returns:

  • (String)


22130
22131
22132
22133
22134
22135
22136
22137
# File 'lib/aws-sdk-ec2/types.rb', line 22130

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

#bytes_convertedInteger

The number of bytes converted so far.

Returns:

  • (Integer)


22130
22131
22132
22133
22134
22135
22136
22137
# File 'lib/aws-sdk-ec2/types.rb', line 22130

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

#descriptionString

The description you provided when starting the import volume task.

Returns:

  • (String)


22130
22131
22132
22133
22134
22135
22136
22137
# File 'lib/aws-sdk-ec2/types.rb', line 22130

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

#imageTypes::DiskImageDescription

The image.



22130
22131
22132
22133
22134
22135
22136
22137
# File 'lib/aws-sdk-ec2/types.rb', line 22130

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

#volumeTypes::DiskImageVolumeDescription

The volume.



22130
22131
22132
22133
22134
22135
22136
22137
# File 'lib/aws-sdk-ec2/types.rb', line 22130

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