#[non_exhaustive]pub struct DeleteAggregationAuthorizationInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl DeleteAggregationAuthorizationInput
impl DeleteAggregationAuthorizationInput
The 12-digit account ID of the account authorized to aggregate data.
The region authorized to collect aggregated data.
Trait Implementations
sourceimpl Clone for DeleteAggregationAuthorizationInput
impl Clone for DeleteAggregationAuthorizationInput
sourcefn clone(&self) -> DeleteAggregationAuthorizationInput
fn clone(&self) -> DeleteAggregationAuthorizationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DeleteAggregationAuthorizationInput> for DeleteAggregationAuthorizationInput
impl PartialEq<DeleteAggregationAuthorizationInput> for DeleteAggregationAuthorizationInput
sourcefn eq(&self, other: &DeleteAggregationAuthorizationInput) -> bool
fn eq(&self, other: &DeleteAggregationAuthorizationInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more