Struct aws_sdk_ec2::model::ImportInstanceVolumeDetailItem [−][src]
#[non_exhaustive]pub struct ImportInstanceVolumeDetailItem {
pub availability_zone: Option<String>,
pub bytes_converted: Option<i64>,
pub description: Option<String>,
pub image: Option<DiskImageDescription>,
pub status: Option<String>,
pub status_message: Option<String>,
pub volume: Option<DiskImageVolumeDescription>,
}
Expand description
Describes an import volume task.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.availability_zone: Option<String>
The Availability Zone where the resulting instance will reside.
bytes_converted: Option<i64>
The number of bytes converted so far.
description: Option<String>
A description of the task.
image: Option<DiskImageDescription>
The image.
status: Option<String>
The status of the import of this particular disk image.
status_message: Option<String>
The status information or errors related to the disk image.
volume: Option<DiskImageVolumeDescription>
The volume.
Implementations
The Availability Zone where the resulting instance will reside.
The number of bytes converted so far.
A description of the task.
The image.
The status information or errors related to the disk image.
The volume.
Creates a new builder-style object to manufacture ImportInstanceVolumeDetailItem
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for ImportInstanceVolumeDetailItem
impl Sync for ImportInstanceVolumeDetailItem
impl Unpin for ImportInstanceVolumeDetailItem
impl UnwindSafe for ImportInstanceVolumeDetailItem
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more