#[non_exhaustive]pub struct DbClusterSnapshotAttributesResult { /* private fields */ }
Expand description
Detailed information about the attributes that are associated with a cluster snapshot.
Implementations§
source§impl 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 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 cluster snapshot.
source§impl DbClusterSnapshotAttributesResult
impl DbClusterSnapshotAttributesResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DbClusterSnapshotAttributesResult
.
Trait Implementations§
source§impl Clone for DbClusterSnapshotAttributesResult
impl Clone for DbClusterSnapshotAttributesResult
source§fn clone(&self) -> DbClusterSnapshotAttributesResult
fn clone(&self) -> DbClusterSnapshotAttributesResult
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 PartialEq<DbClusterSnapshotAttributesResult> for DbClusterSnapshotAttributesResult
impl PartialEq<DbClusterSnapshotAttributesResult> for DbClusterSnapshotAttributesResult
source§fn eq(&self, other: &DbClusterSnapshotAttributesResult) -> bool
fn eq(&self, other: &DbClusterSnapshotAttributesResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.