Struct aws_sdk_config::output::GetAggregateDiscoveredResourceCountsOutput [−][src]
#[non_exhaustive]pub struct GetAggregateDiscoveredResourceCountsOutput {
pub total_discovered_resources: i64,
pub group_by_key: Option<String>,
pub grouped_resource_counts: Option<Vec<GroupedResourceCount>>,
pub next_token: Option<String>,
}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.total_discovered_resources: i64The total number of resources that are present in an aggregator with the filters that you provide.
group_by_key: Option<String>The key passed into the request object. If GroupByKey is not provided, the result will be empty.
grouped_resource_counts: Option<Vec<GroupedResourceCount>>Returns a list of GroupedResourceCount objects.
next_token: Option<String>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Implementations
The total number of resources that are present in an aggregator with the filters that you provide.
The key passed into the request object. If GroupByKey is not provided, the result will be empty.
Returns a list of GroupedResourceCount objects.
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Creates a new builder-style object to manufacture GetAggregateDiscoveredResourceCountsOutput
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
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
