Struct aws_sdk_config::operation::delete_aggregation_authorization::builders::DeleteAggregationAuthorizationFluentBuilder
source · pub struct DeleteAggregationAuthorizationFluentBuilder { /* 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 DeleteAggregationAuthorizationFluentBuilder
impl DeleteAggregationAuthorizationFluentBuilder
sourcepub fn as_input(&self) -> &DeleteAggregationAuthorizationInputBuilder
pub fn as_input(&self) -> &DeleteAggregationAuthorizationInputBuilder
Access the DeleteAggregationAuthorization as a reference.
sourcepub async fn send(
self
) -> Result<DeleteAggregationAuthorizationOutput, SdkError<DeleteAggregationAuthorizationError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteAggregationAuthorizationOutput, SdkError<DeleteAggregationAuthorizationError, HttpResponse>>
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.
sourcepub fn customize(
self
) -> CustomizableOperation<DeleteAggregationAuthorizationOutput, DeleteAggregationAuthorizationError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteAggregationAuthorizationOutput, DeleteAggregationAuthorizationError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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 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.
The region authorized to collect aggregated data.
Trait Implementations§
source§impl Clone for DeleteAggregationAuthorizationFluentBuilder
impl Clone for DeleteAggregationAuthorizationFluentBuilder
source§fn clone(&self) -> DeleteAggregationAuthorizationFluentBuilder
fn clone(&self) -> DeleteAggregationAuthorizationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more