#[non_exhaustive]pub struct DeletePendingAggregationRequestInput { /* private fields */ }Implementations
sourceimpl DeletePendingAggregationRequestInput
impl DeletePendingAggregationRequestInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePendingAggregationRequest, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePendingAggregationRequest, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeletePendingAggregationRequest>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePendingAggregationRequestInput.
sourceimpl DeletePendingAggregationRequestInput
impl DeletePendingAggregationRequestInput
sourcepub fn requester_account_id(&self) -> Option<&str>
pub fn requester_account_id(&self) -> Option<&str>
The 12-digit account ID of the account requesting to aggregate data.
sourcepub fn requester_aws_region(&self) -> Option<&str>
pub fn requester_aws_region(&self) -> Option<&str>
The region requesting to aggregate data.
Trait Implementations
sourceimpl Clone for DeletePendingAggregationRequestInput
impl Clone for DeletePendingAggregationRequestInput
sourcefn clone(&self) -> DeletePendingAggregationRequestInput
fn clone(&self) -> DeletePendingAggregationRequestInput
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<DeletePendingAggregationRequestInput> for DeletePendingAggregationRequestInput
impl PartialEq<DeletePendingAggregationRequestInput> for DeletePendingAggregationRequestInput
sourcefn eq(&self, other: &DeletePendingAggregationRequestInput) -> bool
fn eq(&self, other: &DeletePendingAggregationRequestInput) -> bool
impl StructuralPartialEq for DeletePendingAggregationRequestInput
Auto Trait Implementations
impl RefUnwindSafe for DeletePendingAggregationRequestInput
impl Send for DeletePendingAggregationRequestInput
impl Sync for DeletePendingAggregationRequestInput
impl Unpin for DeletePendingAggregationRequestInput
impl UnwindSafe for DeletePendingAggregationRequestInput
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