Class: Aws::EC2::Types::ImportVolumeTaskDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ImportVolumeTaskDetails
- Defined in:
- gems/aws-sdk-ec2/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.
42141 42142 42143 42144 42145 42146 42147 42148 42149 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42141 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.
42141 42142 42143 42144 42145 42146 42147 42148 42149 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42141 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.
42141 42142 42143 42144 42145 42146 42147 42148 42149 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42141 class ImportVolumeTaskDetails < Struct.new( :availability_zone, :bytes_converted, :description, :image, :volume) SENSITIVE = [] include Aws::Structure end |
#image ⇒ Types::DiskImageDescription
The image.
42141 42142 42143 42144 42145 42146 42147 42148 42149 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42141 class ImportVolumeTaskDetails < Struct.new( :availability_zone, :bytes_converted, :description, :image, :volume) SENSITIVE = [] include Aws::Structure end |
#volume ⇒ Types::DiskImageVolumeDescription
The volume.
42141 42142 42143 42144 42145 42146 42147 42148 42149 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42141 class ImportVolumeTaskDetails < Struct.new( :availability_zone, :bytes_converted, :description, :image, :volume) SENSITIVE = [] include Aws::Structure end |