pub struct DeleteAggregationAuthorization { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteAggregationAuthorization.
Deletes the authorization granted to the specified configuration aggregator account in a specified region.
Implementations§
source§impl DeleteAggregationAuthorization
impl DeleteAggregationAuthorization
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteAggregationAuthorization, AwsResponseRetryClassifier>, SdkError<DeleteAggregationAuthorizationError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DeleteAggregationAuthorization, AwsResponseRetryClassifier>, SdkError<DeleteAggregationAuthorizationError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DeleteAggregationAuthorizationOutput, SdkError<DeleteAggregationAuthorizationError>>
pub async fn send(
self
) -> Result<DeleteAggregationAuthorizationOutput, SdkError<DeleteAggregationAuthorizationError>>
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 12-digit account ID of the account authorized to aggregate data.
The 12-digit account ID of the account authorized to aggregate data.
The region authorized to collect aggregated data.
The region authorized to collect aggregated data.
Trait Implementations§
source§impl Clone for DeleteAggregationAuthorization
impl Clone for DeleteAggregationAuthorization
source§fn clone(&self) -> DeleteAggregationAuthorization
fn clone(&self) -> DeleteAggregationAuthorization
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more