Class: Aws::SecurityHub::Types::GetResourcesStatisticsV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetResourcesStatisticsV2Response
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_by_results ⇒ Array<Types::GroupByResult>
The aggregated statistics about resources based on the specified grouping rule.
Instance Attribute Details
#group_by_results ⇒ Array<Types::GroupByResult>
The aggregated statistics about resources based on the specified grouping rule.
26926 26927 26928 26929 26930 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26926 class GetResourcesStatisticsV2Response < Struct.new( :group_by_results) SENSITIVE = [] include Aws::Structure end |