Class: Aws::SecurityHub::Types::ResourcesStringFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ResourcesStringFilter
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Enables filtering of Amazon Web Services resources based on string field values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_name ⇒ String
The name of the field.
-
#filter ⇒ Types::StringFilter
A string filter for filtering Security Hub CSPM findings.
Instance Attribute Details
#field_name ⇒ String
The name of the field.
30310 30311 30312 30313 30314 30315 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30310 class ResourcesStringFilter < Struct.new( :field_name, :filter) SENSITIVE = [] include Aws::Structure end |
#filter ⇒ Types::StringFilter
A string filter for filtering Security Hub CSPM findings.
30310 30311 30312 30313 30314 30315 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30310 class ResourcesStringFilter < Struct.new( :field_name, :filter) SENSITIVE = [] include Aws::Structure end |