Class: Aws::SecurityHub::Types::Insight

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

Overview

Contains information about a Security Hub insight.

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.



24782
24783
24784
24785
24786
24787
24788
24789
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24782

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

#group_by_attributeString

The grouping attribute for the insight's findings. Indicates how to group the matching findings, and 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)


24782
24783
24784
24785
24786
24787
24788
24789
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24782

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

#insight_arnString

The ARN of a Security Hub insight.

Returns:

  • (String)


24782
24783
24784
24785
24786
24787
24788
24789
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24782

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

#nameString

The name of a Security Hub insight.

Returns:

  • (String)


24782
24783
24784
24785
24786
24787
24788
24789
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24782

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