Struct aws_sdk_config::input::PutAggregationAuthorizationInput [−][src]
#[non_exhaustive]pub struct PutAggregationAuthorizationInput {
pub authorized_account_id: Option<String>,
pub authorized_aws_region: Option<String>,
pub tags: Option<Vec<Tag>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.The 12-digit account ID of the account authorized to aggregate data.
The region authorized to collect aggregated data.
An array of tag object.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutAggregationAuthorization, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutAggregationAuthorization, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<PutAggregationAuthorization>
Creates a new builder-style object to manufacture 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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for PutAggregationAuthorizationInput
impl Sync for PutAggregationAuthorizationInput
impl Unpin for PutAggregationAuthorizationInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
