Struct aws_sdk_config::operation::delete_aggregation_authorization::DeleteAggregationAuthorizationInput
source · #[non_exhaustive]pub struct DeleteAggregationAuthorizationInput { /* private fields */ }Implementations§
source§impl DeleteAggregationAuthorizationInput
impl DeleteAggregationAuthorizationInput
The 12-digit account ID of the account authorized to aggregate data.
The region authorized to collect aggregated data.
source§impl DeleteAggregationAuthorizationInput
impl DeleteAggregationAuthorizationInput
sourcepub fn builder() -> DeleteAggregationAuthorizationInputBuilder
pub fn builder() -> DeleteAggregationAuthorizationInputBuilder
Creates a new builder-style object to manufacture DeleteAggregationAuthorizationInput.
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>
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 ==.impl StructuralPartialEq for DeleteAggregationAuthorizationInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteAggregationAuthorizationInput
impl Send for DeleteAggregationAuthorizationInput
impl Sync for DeleteAggregationAuthorizationInput
impl Unpin for DeleteAggregationAuthorizationInput
impl UnwindSafe for DeleteAggregationAuthorizationInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more