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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_nameString

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)


4800
4801
4802
4803
4804
4805
# File 'lib/aws-sdk-configservice/types.rb', line 4800

class GroupedResourceCount < Struct.new(
  :group_name,
  :resource_count)
  SENSITIVE = []
  include Aws::Structure
end

#resource_countInteger

The number of resources in the group.

Returns:

  • (Integer)


4800
4801
4802
4803
4804
4805
# File 'lib/aws-sdk-configservice/types.rb', line 4800

class GroupedResourceCount < Struct.new(
  :group_name,
  :resource_count)
  SENSITIVE = []
  include Aws::Structure
end