#[non_exhaustive]pub struct DeletePendingAggregationRequestInput { /* private fields */ }Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for DeletePendingAggregationRequestInput
impl Clone for DeletePendingAggregationRequestInput
source§fn clone(&self) -> DeletePendingAggregationRequestInput
fn clone(&self) -> DeletePendingAggregationRequestInput
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<DeletePendingAggregationRequestInput> for DeletePendingAggregationRequestInput
impl PartialEq<DeletePendingAggregationRequestInput> for DeletePendingAggregationRequestInput
source§fn eq(&self, other: &DeletePendingAggregationRequestInput) -> bool
fn eq(&self, other: &DeletePendingAggregationRequestInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.