Struct aws_sdk_config::model::GroupedResourceCount
source · [−]#[non_exhaustive]pub struct GroupedResourceCount {
pub group_name: Option<String>,
pub resource_count: i64,
}Expand description
The count of resources that are grouped by the group name.
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.group_name: Option<String>The name of the group that can be region, account ID, or resource type. For example, region1, region2 if the region was chosen as GroupByKey.
resource_count: i64The number of resources in the group.
Implementations
The name of the group that can be region, account ID, or resource type. For example, region1, region2 if the region was chosen as GroupByKey.
The number of resources in the group.
Creates a new builder-style object to manufacture GroupedResourceCount
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 GroupedResourceCount
impl Send for GroupedResourceCount
impl Sync for GroupedResourceCount
impl Unpin for GroupedResourceCount
impl UnwindSafe for GroupedResourceCount
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