Class: Aws::SecurityHub::Types::CreateInsightRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::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.



19187
19188
19189
19190
19191
19192
19193
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19187

class CreateInsightRequest < Struct.new(
  :name,
  :filters,
  :group_by_attribute)
  SENSITIVE = []
  include Aws::Structure
end

#group_by_attributeString

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.

Returns:

  • (String)


19187
19188
19189
19190
19191
19192
19193
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19187

class CreateInsightRequest < Struct.new(
  :name,
  :filters,
  :group_by_attribute)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the custom insight to create.

Returns:

  • (String)


19187
19188
19189
19190
19191
19192
19193
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19187

class CreateInsightRequest < Struct.new(
  :name,
  :filters,
  :group_by_attribute)
  SENSITIVE = []
  include Aws::Structure
end