Struct aws_sdk_ec2::model::SnapshotRecycleBinInfo [−][src]
#[non_exhaustive]pub struct SnapshotRecycleBinInfo {
pub snapshot_id: Option<String>,
pub recycle_bin_enter_time: Option<DateTime>,
pub recycle_bin_exit_time: Option<DateTime>,
pub description: Option<String>,
pub volume_id: Option<String>,
}
Expand description
Information about a snapshot that is currently in the Recycle Bin.
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.snapshot_id: Option<String>
The ID of the snapshot.
recycle_bin_enter_time: Option<DateTime>
The date and time when the snaphsot entered the Recycle Bin.
recycle_bin_exit_time: Option<DateTime>
The date and time when the snapshot is to be permanently deleted from the Recycle Bin.
description: Option<String>
The description for the snapshot.
volume_id: Option<String>
The ID of the volume from which the snapshot was created.
Implementations
The ID of the snapshot.
The date and time when the snaphsot entered the Recycle Bin.
The date and time when the snapshot is to be permanently deleted from the Recycle Bin.
The description for the snapshot.
Creates a new builder-style object to manufacture SnapshotRecycleBinInfo
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 SnapshotRecycleBinInfo
impl Send for SnapshotRecycleBinInfo
impl Sync for SnapshotRecycleBinInfo
impl Unpin for SnapshotRecycleBinInfo
impl UnwindSafe for SnapshotRecycleBinInfo
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