#[non_exhaustive]pub struct CreateDbSnapshotOutput { /* private fields */ }Implementations§
source§impl CreateDbSnapshotOutput
impl CreateDbSnapshotOutput
sourcepub fn db_snapshot(&self) -> Option<&DbSnapshot>
pub fn db_snapshot(&self) -> Option<&DbSnapshot>
Contains the details of an Amazon RDS DB snapshot.
This data type is used as a response element in the DescribeDBSnapshots action.
source§impl CreateDbSnapshotOutput
impl CreateDbSnapshotOutput
sourcepub fn builder() -> CreateDbSnapshotOutputBuilder
pub fn builder() -> CreateDbSnapshotOutputBuilder
Creates a new builder-style object to manufacture CreateDbSnapshotOutput.
Trait Implementations§
source§impl Clone for CreateDbSnapshotOutput
impl Clone for CreateDbSnapshotOutput
source§fn clone(&self) -> CreateDbSnapshotOutput
fn clone(&self) -> CreateDbSnapshotOutput
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 CreateDbSnapshotOutput
impl Debug for CreateDbSnapshotOutput
source§impl PartialEq<CreateDbSnapshotOutput> for CreateDbSnapshotOutput
impl PartialEq<CreateDbSnapshotOutput> for CreateDbSnapshotOutput
source§fn eq(&self, other: &CreateDbSnapshotOutput) -> bool
fn eq(&self, other: &CreateDbSnapshotOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateDbSnapshotOutput
impl RequestId for CreateDbSnapshotOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.