Struct aws_sdk_rds::types::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§
source§impl 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.
source§impl DbSnapshotAttributesResult
impl DbSnapshotAttributesResult
sourcepub fn builder() -> DbSnapshotAttributesResultBuilder
pub fn builder() -> DbSnapshotAttributesResultBuilder
Creates a new builder-style object to manufacture DbSnapshotAttributesResult.
Trait Implementations§
source§impl Clone for DbSnapshotAttributesResult
impl Clone for DbSnapshotAttributesResult
source§fn clone(&self) -> DbSnapshotAttributesResult
fn clone(&self) -> DbSnapshotAttributesResult
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 DbSnapshotAttributesResult
impl Debug for DbSnapshotAttributesResult
source§impl PartialEq<DbSnapshotAttributesResult> for DbSnapshotAttributesResult
impl PartialEq<DbSnapshotAttributesResult> for DbSnapshotAttributesResult
source§fn eq(&self, other: &DbSnapshotAttributesResult) -> bool
fn eq(&self, other: &DbSnapshotAttributesResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.