Struct aws_sdk_docdb::client::fluent_builders::DescribeDBClusterSnapshotAttributes [−][src]
pub struct DescribeDBClusterSnapshotAttributes<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to DescribeDBClusterSnapshotAttributes.
Returns a list of cluster snapshot attribute names and values for a manual DB cluster snapshot.
When you share snapshots with other accounts, DescribeDBClusterSnapshotAttributes returns the restore attribute and a list of IDs for the accounts that are authorized to copy or restore the manual cluster snapshot. If all is included in the list of values for the restore attribute, then the manual cluster snapshot is public and can be copied or restored by all accounts.
Implementations
impl<C, M, R> DescribeDBClusterSnapshotAttributes<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeDBClusterSnapshotAttributes<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeDbClusterSnapshotAttributesOutput, SdkError<DescribeDBClusterSnapshotAttributesError>> where
R::Policy: SmithyRetryPolicy<DescribeDbClusterSnapshotAttributesInputOperationOutputAlias, DescribeDbClusterSnapshotAttributesOutput, DescribeDBClusterSnapshotAttributesError, DescribeDbClusterSnapshotAttributesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeDbClusterSnapshotAttributesOutput, SdkError<DescribeDBClusterSnapshotAttributesError>> where
R::Policy: SmithyRetryPolicy<DescribeDbClusterSnapshotAttributesInputOperationOutputAlias, DescribeDbClusterSnapshotAttributesOutput, DescribeDBClusterSnapshotAttributesError, DescribeDbClusterSnapshotAttributesInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The identifier for the cluster snapshot to describe the attributes for.
The identifier for the cluster snapshot to describe the attributes for.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DescribeDBClusterSnapshotAttributes<C, M, R>
impl<C, M, R> Send for DescribeDBClusterSnapshotAttributes<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeDBClusterSnapshotAttributes<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeDBClusterSnapshotAttributes<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DescribeDBClusterSnapshotAttributes<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
