[−][src]Struct rusoto_ec2::SnapshotTaskDetail
Details about the import snapshot task.
Fields
description: Option<String>
The description of the snapshot.
disk_image_size: Option<f64>
The size of the disk in the snapshot, in GiB.
encrypted: Option<bool>
Indicates whether the snapshot is encrypted.
format: Option<String>
The format of the disk image from which the snapshot is created.
kms_key_id: Option<String>
The identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to create the encrypted snapshot.
progress: Option<String>
The percentage of completion for the import snapshot task.
snapshot_id: Option<String>
The snapshot ID of the disk being imported.
status: Option<String>
A brief status for the import snapshot task.
status_message: Option<String>
A detailed status message for the import snapshot task.
url: Option<String>
The URL of the disk image from which the snapshot is created.
user_bucket: Option<UserBucketDetails>
The S3 bucket for the disk image.
Trait Implementations
impl PartialEq<SnapshotTaskDetail> for SnapshotTaskDetail
[src]
fn eq(&self, other: &SnapshotTaskDetail) -> bool
[src]
fn ne(&self, other: &SnapshotTaskDetail) -> bool
[src]
impl Default for SnapshotTaskDetail
[src]
fn default() -> SnapshotTaskDetail
[src]
impl Clone for SnapshotTaskDetail
[src]
fn clone(&self) -> SnapshotTaskDetail
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for SnapshotTaskDetail
[src]
Auto Trait Implementations
impl Send for SnapshotTaskDetail
impl Sync for SnapshotTaskDetail
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self