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)


21817
21818
21819
21820
21821
21822
21823
21824
21825
21826
# File 'lib/aws-sdk-ec2/types.rb', line 21817

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)


21817
21818
21819
21820
21821
21822
21823
21824
21825
21826
# File 'lib/aws-sdk-ec2/types.rb', line 21817

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)


21817
21818
21819
21820
21821
21822
21823
21824
21825
21826
# File 'lib/aws-sdk-ec2/types.rb', line 21817

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

#imageTypes::DiskImageDescription

The image.



21817
21818
21819
21820
21821
21822
21823
21824
21825
21826
# File 'lib/aws-sdk-ec2/types.rb', line 21817

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)


21817
21818
21819
21820
21821
21822
21823
21824
21825
21826
# File 'lib/aws-sdk-ec2/types.rb', line 21817

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)


21817
21818
21819
21820
21821
21822
21823
21824
21825
21826
# File 'lib/aws-sdk-ec2/types.rb', line 21817

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

#volumeTypes::DiskImageVolumeDescription

The volume.



21817
21818
21819
21820
21821
21822
21823
21824
21825
21826
# File 'lib/aws-sdk-ec2/types.rb', line 21817

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