Struct aws_sdk_config::model::AggregateResourceIdentifier [−][src]
#[non_exhaustive]pub struct AggregateResourceIdentifier {
pub source_account_id: Option<String>,
pub source_region: Option<String>,
pub resource_id: Option<String>,
pub resource_type: Option<ResourceType>,
pub resource_name: Option<String>,
}Expand description
The details that identify a resource that is collected by Config aggregator, including the resource type, ID, (if available) the custom resource name, the source account, and source region.
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.source_account_id: Option<String>The 12-digit account ID of the source account.
source_region: Option<String>The source region where data is aggregated.
resource_id: Option<String>The ID of the Amazon Web Services resource.
resource_type: Option<ResourceType>The type of the Amazon Web Services resource.
resource_name: Option<String>The name of the Amazon Web Services resource.
Implementations
The 12-digit account ID of the source account.
The source region where data is aggregated.
The ID of the Amazon Web Services resource.
The type of the Amazon Web Services resource.
The name of the Amazon Web Services resource.
Creates a new builder-style object to manufacture AggregateResourceIdentifier
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 AggregateResourceIdentifier
impl Send for AggregateResourceIdentifier
impl Sync for AggregateResourceIdentifier
impl Unpin for AggregateResourceIdentifier
impl UnwindSafe for AggregateResourceIdentifier
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
