#[non_exhaustive]pub struct DbClusterSnapshotAttributesResult { /* private fields */ }Expand description
Contains the results of a successful call to the DescribeDBClusterSnapshotAttributes API action.
Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts to copy or restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.
Implementations
sourceimpl DbClusterSnapshotAttributesResult
impl DbClusterSnapshotAttributesResult
sourcepub fn db_cluster_snapshot_identifier(&self) -> Option<&str>
pub fn db_cluster_snapshot_identifier(&self) -> Option<&str>
The identifier of the manual DB cluster snapshot that the attributes apply to.
sourcepub fn db_cluster_snapshot_attributes(
&self
) -> Option<&[DbClusterSnapshotAttribute]>
pub fn db_cluster_snapshot_attributes(
&self
) -> Option<&[DbClusterSnapshotAttribute]>
The list of attributes and values for the manual DB cluster snapshot.
sourceimpl DbClusterSnapshotAttributesResult
impl DbClusterSnapshotAttributesResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DbClusterSnapshotAttributesResult.
Trait Implementations
sourceimpl Clone for DbClusterSnapshotAttributesResult
impl Clone for DbClusterSnapshotAttributesResult
sourcefn clone(&self) -> DbClusterSnapshotAttributesResult
fn clone(&self) -> DbClusterSnapshotAttributesResult
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<DbClusterSnapshotAttributesResult> for DbClusterSnapshotAttributesResult
impl PartialEq<DbClusterSnapshotAttributesResult> for DbClusterSnapshotAttributesResult
sourcefn eq(&self, other: &DbClusterSnapshotAttributesResult) -> bool
fn eq(&self, other: &DbClusterSnapshotAttributesResult) -> bool
impl StructuralPartialEq for DbClusterSnapshotAttributesResult
Auto Trait Implementations
impl RefUnwindSafe for DbClusterSnapshotAttributesResult
impl Send for DbClusterSnapshotAttributesResult
impl Sync for DbClusterSnapshotAttributesResult
impl Unpin for DbClusterSnapshotAttributesResult
impl UnwindSafe for DbClusterSnapshotAttributesResult
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