Class: Aws::SecurityHub::Types::ResourcesMapFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ResourcesMapFilter
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Enables filtering of Amazon Web Services resources based on key-value map attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_name ⇒ String
The name of the field.
-
#filter ⇒ Types::MapFilter
A map filter for filtering Security Hub CSPM findings.
Instance Attribute Details
#field_name ⇒ String
The name of the field.
31691 31692 31693 31694 31695 31696 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31691 class ResourcesMapFilter < Struct.new( :field_name, :filter) SENSITIVE = [] include Aws::Structure end |
#filter ⇒ Types::MapFilter
A map filter for filtering Security Hub CSPM findings. Each map filter provides the field to check for, the value to check for, and the comparison operator.
31691 31692 31693 31694 31695 31696 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31691 class ResourcesMapFilter < Struct.new( :field_name, :filter) SENSITIVE = [] include Aws::Structure end |