Struct aws_sdk_ec2::output::CreateSnapshotsOutput
source · #[non_exhaustive]pub struct CreateSnapshotsOutput { /* private fields */ }
Implementations§
source§impl CreateSnapshotsOutput
impl CreateSnapshotsOutput
sourcepub fn snapshots(&self) -> Option<&[SnapshotInfo]>
pub fn snapshots(&self) -> Option<&[SnapshotInfo]>
List of snapshots.
source§impl CreateSnapshotsOutput
impl CreateSnapshotsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSnapshotsOutput
.
Trait Implementations§
source§impl Clone for CreateSnapshotsOutput
impl Clone for CreateSnapshotsOutput
source§fn clone(&self) -> CreateSnapshotsOutput
fn clone(&self) -> CreateSnapshotsOutput
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 moresource§impl Debug for CreateSnapshotsOutput
impl Debug for CreateSnapshotsOutput
source§impl PartialEq<CreateSnapshotsOutput> for CreateSnapshotsOutput
impl PartialEq<CreateSnapshotsOutput> for CreateSnapshotsOutput
source§fn eq(&self, other: &CreateSnapshotsOutput) -> bool
fn eq(&self, other: &CreateSnapshotsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.