Class: Aws::EC2::Types::ImportVolumeTaskDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ImportVolumeTaskDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an import volume task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone where the resulting volume will reside.
-
#bytes_converted ⇒ Integer
The number of bytes converted so far.
-
#description ⇒ String
The description you provided when starting the import volume task.
-
#image ⇒ Types::DiskImageDescription
The image.
-
#volume ⇒ Types::DiskImageVolumeDescription
The volume.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone where the resulting volume will reside.
41647 41648 41649 41650 41651 41652 41653 41654 41655 |
# File 'lib/aws-sdk-ec2/types.rb', line 41647 class ImportVolumeTaskDetails < Struct.new( :availability_zone, :bytes_converted, :description, :image, :volume) SENSITIVE = [] include Aws::Structure end |
#bytes_converted ⇒ Integer
The number of bytes converted so far.
41647 41648 41649 41650 41651 41652 41653 41654 41655 |
# File 'lib/aws-sdk-ec2/types.rb', line 41647 class ImportVolumeTaskDetails < Struct.new( :availability_zone, :bytes_converted, :description, :image, :volume) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description you provided when starting the import volume task.
41647 41648 41649 41650 41651 41652 41653 41654 41655 |
# File 'lib/aws-sdk-ec2/types.rb', line 41647 class ImportVolumeTaskDetails < Struct.new( :availability_zone, :bytes_converted, :description, :image, :volume) SENSITIVE = [] include Aws::Structure end |
#image ⇒ Types::DiskImageDescription
The image.
41647 41648 41649 41650 41651 41652 41653 41654 41655 |
# File 'lib/aws-sdk-ec2/types.rb', line 41647 class ImportVolumeTaskDetails < Struct.new( :availability_zone, :bytes_converted, :description, :image, :volume) SENSITIVE = [] include Aws::Structure end |
#volume ⇒ Types::DiskImageVolumeDescription
The volume.
41647 41648 41649 41650 41651 41652 41653 41654 41655 |
# File 'lib/aws-sdk-ec2/types.rb', line 41647 class ImportVolumeTaskDetails < Struct.new( :availability_zone, :bytes_converted, :description, :image, :volume) SENSITIVE = [] include Aws::Structure end |