#[non_exhaustive]pub struct DeleteAggregationAuthorizationInput { /* private fields */ }Implementations§
source§impl DeleteAggregationAuthorizationInput
impl DeleteAggregationAuthorizationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAggregationAuthorization, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAggregationAuthorization, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteAggregationAuthorization>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAggregationAuthorizationInput.
source§impl DeleteAggregationAuthorizationInput
impl DeleteAggregationAuthorizationInput
The 12-digit account ID of the account authorized to aggregate data.
The region authorized to collect aggregated data.
Trait Implementations§
source§impl Clone for DeleteAggregationAuthorizationInput
impl Clone for DeleteAggregationAuthorizationInput
source§fn clone(&self) -> DeleteAggregationAuthorizationInput
fn clone(&self) -> DeleteAggregationAuthorizationInput
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<DeleteAggregationAuthorizationInput> for DeleteAggregationAuthorizationInput
impl PartialEq<DeleteAggregationAuthorizationInput> for DeleteAggregationAuthorizationInput
source§fn eq(&self, other: &DeleteAggregationAuthorizationInput) -> bool
fn eq(&self, other: &DeleteAggregationAuthorizationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.