You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::GroupedResourceCount

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The count of resources that are grouped by the group name.

Instance Attribute Summary collapse

Instance Attribute Details

#group_name ⇒ 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.

Returns:

  • (String) —

    The name of the group that can be region, account ID, or resource type.

#resource_count ⇒ Integer

The number of resources in the group.

Returns:

  • (Integer) —

    The number of resources in the group.