Class: Aws::SecurityHub::Types::GetResourcesStatisticsV2Response

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_by_resultsArray<Types::GroupByResult>

The aggregated statistics about resources based on the specified grouping rule.

Returns:



26103
26104
26105
26106
26107
# File 'lib/aws-sdk-securityhub/types.rb', line 26103

class GetResourcesStatisticsV2Response < Struct.new(
  :group_by_results)
  SENSITIVE = []
  include Aws::Structure
end