Class: Aws::SecurityHub::Types::ResourcesTrendsStringFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ResourcesTrendsStringFilter
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
A filter for string-based fields in resources trend data, such as resource type or account ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_name ⇒ String
The name of the resources field to filter on, such as resourceType, accountId, or region.
-
#filter ⇒ Types::StringFilter
A string filter for filtering Security Hub CSPM findings.
Instance Attribute Details
#field_name ⇒ String
The name of the resources field to filter on, such as resourceType, accountId, or region.
30713 30714 30715 30716 30717 30718 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30713 class ResourcesTrendsStringFilter < Struct.new( :field_name, :filter) SENSITIVE = [] include Aws::Structure end |
#filter ⇒ Types::StringFilter
A string filter for filtering Security Hub CSPM findings.
30713 30714 30715 30716 30717 30718 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30713 class ResourcesTrendsStringFilter < Struct.new( :field_name, :filter) SENSITIVE = [] include Aws::Structure end |