You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::ImportInstanceVolumeDetailItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ImportInstanceVolumeDetailItem
- Defined in:
- (unknown)
Overview
Describes an import volume task.
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone where the resulting instance will reside.
-
#bytes_converted ⇒ Integer
The number of bytes converted so far.
-
#description ⇒ String
A description of the task.
-
#image ⇒ Types::DiskImageDescription
The image.
-
#status ⇒ String
The status of the import of this particular disk image.
-
#status_message ⇒ String
The status information or errors related to the disk image.
-
#volume ⇒ Types::DiskImageVolumeDescription
The volume.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone where the resulting instance will reside.
#bytes_converted ⇒ Integer
The number of bytes converted so far.
#description ⇒ String
A description of the task.
#image ⇒ Types::DiskImageDescription
The image.
#status ⇒ String
The status of the import of this particular disk image.
#status_message ⇒ String
The status information or errors related to the disk image.
#volume ⇒ Types::DiskImageVolumeDescription
The volume.