Struct aws_sdk_rds::model::DbSnapshotAttributesResult
source · [−]#[non_exhaustive]pub struct DbSnapshotAttributesResult { /* private fields */ }Expand description
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.
Implementations
sourceimpl DbSnapshotAttributesResult
impl DbSnapshotAttributesResult
sourcepub fn db_snapshot_identifier(&self) -> Option<&str>
pub fn db_snapshot_identifier(&self) -> Option<&str>
The identifier of the manual DB snapshot that the attributes apply to.
sourcepub fn db_snapshot_attributes(&self) -> Option<&[DbSnapshotAttribute]>
pub fn db_snapshot_attributes(&self) -> Option<&[DbSnapshotAttribute]>
The list of attributes and values for the manual DB snapshot.
sourceimpl DbSnapshotAttributesResult
impl DbSnapshotAttributesResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DbSnapshotAttributesResult.
Trait Implementations
sourceimpl Clone for DbSnapshotAttributesResult
impl Clone for DbSnapshotAttributesResult
sourcefn clone(&self) -> DbSnapshotAttributesResult
fn clone(&self) -> DbSnapshotAttributesResult
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 Debug for DbSnapshotAttributesResult
impl Debug for DbSnapshotAttributesResult
sourceimpl PartialEq<DbSnapshotAttributesResult> for DbSnapshotAttributesResult
impl PartialEq<DbSnapshotAttributesResult> for DbSnapshotAttributesResult
sourcefn eq(&self, other: &DbSnapshotAttributesResult) -> bool
fn eq(&self, other: &DbSnapshotAttributesResult) -> bool
impl StructuralPartialEq for DbSnapshotAttributesResult
Auto Trait Implementations
impl RefUnwindSafe for DbSnapshotAttributesResult
impl Send for DbSnapshotAttributesResult
impl Sync for DbSnapshotAttributesResult
impl Unpin for DbSnapshotAttributesResult
impl UnwindSafe for DbSnapshotAttributesResult
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