Struct rusoto_config::PutAggregationAuthorizationRequest[][src]

pub struct PutAggregationAuthorizationRequest {
    pub authorized_account_id: String,
    pub authorized_aws_region: String,
}

Fields

The 12-digit account ID of the account authorized to aggregate data.

The region authorized to collect aggregated data.

Trait Implementations

impl Default for PutAggregationAuthorizationRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for PutAggregationAuthorizationRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for PutAggregationAuthorizationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PutAggregationAuthorizationRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations