Class: Aws::SecurityHub::Types::CreateInsightRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CreateInsightRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Types::AwsSecurityFindingFilters
One or more attributes used to filter the findings included in the insight.
-
#group_by_attribute ⇒ String
The attribute used to group the findings for the insight.
-
#name ⇒ String
The name of the custom insight to create.
Instance Attribute Details
#filters ⇒ Types::AwsSecurityFindingFilters
One or more attributes used to filter the findings included in the insight. The insight only includes findings that match the criteria defined in the filters.
23767 23768 23769 23770 23771 23772 23773 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23767 class CreateInsightRequest < Struct.new( :name, :filters, :group_by_attribute) SENSITIVE = [] include Aws::Structure end |
#group_by_attribute ⇒ String
The attribute used to group the findings for the insight. The grouping attribute identifies the type of item that the insight applies to. For example, if an insight is grouped by resource identifier, then the insight produces a list of resource identifiers.
23767 23768 23769 23770 23771 23772 23773 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23767 class CreateInsightRequest < Struct.new( :name, :filters, :group_by_attribute) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the custom insight to create.
23767 23768 23769 23770 23771 23772 23773 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23767 class CreateInsightRequest < Struct.new( :name, :filters, :group_by_attribute) SENSITIVE = [] include Aws::Structure end |