Class: Aws::SecurityHub::Types::ResourceGroupByRule

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

Overview

Defines the configuration for organizing and categorizing Amazon Web Services resources based on associated security findings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::ResourcesFilters

The criteria used to select resources and associated security findings.



29713
29714
29715
29716
29717
29718
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29713

class ResourceGroupByRule < Struct.new(
  :group_by_field,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#group_by_fieldString

Specifies the attribute that resources should be grouped by.

Returns:

  • (String)


29713
29714
29715
29716
29717
29718
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29713

class ResourceGroupByRule < Struct.new(
  :group_by_field,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end