#[non_exhaustive]pub struct DescribeDbClusterSnapshotAttributesInput { /* private fields */ }Expand description
Implementations
sourceimpl DescribeDbClusterSnapshotAttributesInput
impl DescribeDbClusterSnapshotAttributesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBClusterSnapshotAttributes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBClusterSnapshotAttributes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDBClusterSnapshotAttributes>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDbClusterSnapshotAttributesInput.
sourceimpl DescribeDbClusterSnapshotAttributesInput
impl DescribeDbClusterSnapshotAttributesInput
sourcepub fn db_cluster_snapshot_identifier(&self) -> Option<&str>
pub fn db_cluster_snapshot_identifier(&self) -> Option<&str>
The identifier for the DB cluster snapshot to describe the attributes for.
Trait Implementations
sourceimpl Clone for DescribeDbClusterSnapshotAttributesInput
impl Clone for DescribeDbClusterSnapshotAttributesInput
sourcefn clone(&self) -> DescribeDbClusterSnapshotAttributesInput
fn clone(&self) -> DescribeDbClusterSnapshotAttributesInput
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<DescribeDbClusterSnapshotAttributesInput> for DescribeDbClusterSnapshotAttributesInput
impl PartialEq<DescribeDbClusterSnapshotAttributesInput> for DescribeDbClusterSnapshotAttributesInput
sourcefn eq(&self, other: &DescribeDbClusterSnapshotAttributesInput) -> bool
fn eq(&self, other: &DescribeDbClusterSnapshotAttributesInput) -> bool
impl StructuralPartialEq for DescribeDbClusterSnapshotAttributesInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDbClusterSnapshotAttributesInput
impl Send for DescribeDbClusterSnapshotAttributesInput
impl Sync for DescribeDbClusterSnapshotAttributesInput
impl Unpin for DescribeDbClusterSnapshotAttributesInput
impl UnwindSafe for DescribeDbClusterSnapshotAttributesInput
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