Struct aws_sdk_ec2::output::ModifySnapshotTierOutput
source · #[non_exhaustive]pub struct ModifySnapshotTierOutput { /* private fields */ }
Implementations§
source§impl ModifySnapshotTierOutput
impl ModifySnapshotTierOutput
sourcepub fn snapshot_id(&self) -> Option<&str>
pub fn snapshot_id(&self) -> Option<&str>
The ID of the snapshot.
sourcepub fn tiering_start_time(&self) -> Option<&DateTime>
pub fn tiering_start_time(&self) -> Option<&DateTime>
The date and time when the archive process was started.
source§impl ModifySnapshotTierOutput
impl ModifySnapshotTierOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifySnapshotTierOutput
.
Trait Implementations§
source§impl Clone for ModifySnapshotTierOutput
impl Clone for ModifySnapshotTierOutput
source§fn clone(&self) -> ModifySnapshotTierOutput
fn clone(&self) -> ModifySnapshotTierOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more