Class: Aws::EC2::Types::ImportInstanceVolumeDetailItem

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 instance will reside.

Returns:

  • (String)


14404
14405
14406
14407
14408
14409
14410
14411
14412
14413
# File 'lib/aws-sdk-ec2/types.rb', line 14404

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

#bytes_convertedInteger

The number of bytes converted so far.

Returns:

  • (Integer)


14404
14405
14406
14407
14408
14409
14410
14411
14412
14413
# File 'lib/aws-sdk-ec2/types.rb', line 14404

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

#descriptionString

A description of the task.

Returns:

  • (String)


14404
14405
14406
14407
14408
14409
14410
14411
14412
14413
# File 'lib/aws-sdk-ec2/types.rb', line 14404

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

#imageTypes::DiskImageDescription

The image.



14404
14405
14406
14407
14408
14409
14410
14411
14412
14413
# File 'lib/aws-sdk-ec2/types.rb', line 14404

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

#statusString

The status of the import of this particular disk image.

Returns:

  • (String)


14404
14405
14406
14407
14408
14409
14410
14411
14412
14413
# File 'lib/aws-sdk-ec2/types.rb', line 14404

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

#status_messageString

The status information or errors related to the disk image.

Returns:

  • (String)


14404
14405
14406
14407
14408
14409
14410
14411
14412
14413
# File 'lib/aws-sdk-ec2/types.rb', line 14404

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

#volumeTypes::DiskImageVolumeDescription

The volume.



14404
14405
14406
14407
14408
14409
14410
14411
14412
14413
# File 'lib/aws-sdk-ec2/types.rb', line 14404

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