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