Struct aws_sdk_ebs::output::CompleteSnapshotOutput
source · #[non_exhaustive]pub struct CompleteSnapshotOutput { /* private fields */ }Implementations§
source§impl CompleteSnapshotOutput
impl CompleteSnapshotOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CompleteSnapshotOutput.
Trait Implementations§
source§impl Clone for CompleteSnapshotOutput
impl Clone for CompleteSnapshotOutput
source§fn clone(&self) -> CompleteSnapshotOutput
fn clone(&self) -> CompleteSnapshotOutput
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