#[non_exhaustive]pub struct ModifyDbSnapshotAttributeOutput { /* private fields */ }Implementations
sourceimpl ModifyDbSnapshotAttributeOutput
impl ModifyDbSnapshotAttributeOutput
sourcepub fn db_snapshot_attributes_result(
&self
) -> Option<&DbSnapshotAttributesResult>
pub fn db_snapshot_attributes_result(
&self
) -> Option<&DbSnapshotAttributesResult>
Contains the results of a successful call to the DescribeDBSnapshotAttributes API action.
Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts to copy or restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API action.
sourceimpl ModifyDbSnapshotAttributeOutput
impl ModifyDbSnapshotAttributeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyDbSnapshotAttributeOutput.
Trait Implementations
sourceimpl Clone for ModifyDbSnapshotAttributeOutput
impl Clone for ModifyDbSnapshotAttributeOutput
sourcefn clone(&self) -> ModifyDbSnapshotAttributeOutput
fn clone(&self) -> ModifyDbSnapshotAttributeOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<ModifyDbSnapshotAttributeOutput> for ModifyDbSnapshotAttributeOutput
impl PartialEq<ModifyDbSnapshotAttributeOutput> for ModifyDbSnapshotAttributeOutput
sourcefn eq(&self, other: &ModifyDbSnapshotAttributeOutput) -> bool
fn eq(&self, other: &ModifyDbSnapshotAttributeOutput) -> bool
impl StructuralPartialEq for ModifyDbSnapshotAttributeOutput
Auto Trait Implementations
impl RefUnwindSafe for ModifyDbSnapshotAttributeOutput
impl Send for ModifyDbSnapshotAttributeOutput
impl Sync for ModifyDbSnapshotAttributeOutput
impl Unpin for ModifyDbSnapshotAttributeOutput
impl UnwindSafe for ModifyDbSnapshotAttributeOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more