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)


21665
21666
21667
21668
21669
21670
21671
21672
21673
21674
# File 'lib/aws-sdk-ec2/types.rb', line 21665

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)


21665
21666
21667
21668
21669
21670
21671
21672
21673
21674
# File 'lib/aws-sdk-ec2/types.rb', line 21665

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)


21665
21666
21667
21668
21669
21670
21671
21672
21673
21674
# File 'lib/aws-sdk-ec2/types.rb', line 21665

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

#imageTypes::DiskImageDescription

The image.



21665
21666
21667
21668
21669
21670
21671
21672
21673
21674
# File 'lib/aws-sdk-ec2/types.rb', line 21665

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)


21665
21666
21667
21668
21669
21670
21671
21672
21673
21674
# File 'lib/aws-sdk-ec2/types.rb', line 21665

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)


21665
21666
21667
21668
21669
21670
21671
21672
21673
21674
# File 'lib/aws-sdk-ec2/types.rb', line 21665

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

#volumeTypes::DiskImageVolumeDescription

The volume.



21665
21666
21667
21668
21669
21670
21671
21672
21673
21674
# File 'lib/aws-sdk-ec2/types.rb', line 21665

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