Struct aws_sdk_config::model::AggregationAuthorization [−][src]
#[non_exhaustive]pub struct AggregationAuthorization {
pub aggregation_authorization_arn: Option<String>,
pub authorized_account_id: Option<String>,
pub authorized_aws_region: Option<String>,
pub creation_time: Option<DateTime>,
}Expand description
An object that represents the authorizations granted to aggregator accounts and regions.
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 Amazon Resource Name (ARN) of the aggregation object.
The 12-digit account ID of the account authorized to aggregate data.
The region authorized to collect aggregated data.
creation_time: Option<DateTime>The time stamp when the aggregation authorization was created.
Implementations
The Amazon Resource Name (ARN) of the aggregation object.
The 12-digit account ID of the account authorized to aggregate data.
The region authorized to collect aggregated data.
The time stamp when the aggregation authorization was created.
Creates a new builder-style object to manufacture AggregationAuthorization
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 RefUnwindSafe for AggregationAuthorization
impl Send for AggregationAuthorization
impl Sync for AggregationAuthorization
impl Unpin for AggregationAuthorization
impl UnwindSafe for AggregationAuthorization
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
