Struct aws_sdk_ec2::model::ImportVolumeTaskDetails [−][src]
#[non_exhaustive]pub struct ImportVolumeTaskDetails {
pub availability_zone: Option<String>,
pub bytes_converted: Option<i64>,
pub description: Option<String>,
pub image: Option<DiskImageDescription>,
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 volume will reside.
bytes_converted: Option<i64>
The number of bytes converted so far.
description: Option<String>
The description you provided when starting the import volume task.
image: Option<DiskImageDescription>
The image.
volume: Option<DiskImageVolumeDescription>
The volume.
Implementations
The Availability Zone where the resulting volume will reside.
The number of bytes converted so far.
The description you provided when starting the import volume task.
The image.
The volume.
Creates a new builder-style object to manufacture ImportVolumeTaskDetails
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 RefUnwindSafe for ImportVolumeTaskDetails
impl Send for ImportVolumeTaskDetails
impl Sync for ImportVolumeTaskDetails
impl Unpin for ImportVolumeTaskDetails
impl UnwindSafe for ImportVolumeTaskDetails
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