Class: Aws::Inspector2::Types::StringFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::StringFilter
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
An object that describes the details of a string filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparison ⇒ String
The operator to use when comparing values in the filter.
-
#value ⇒ String
The value to filter on.
Instance Attribute Details
#comparison ⇒ String
The operator to use when comparing values in the filter.
6743 6744 6745 6746 6747 6748 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6743 class StringFilter < Struct.new( :comparison, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value to filter on.
6743 6744 6745 6746 6747 6748 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6743 class StringFilter < Struct.new( :comparison, :value) SENSITIVE = [] include Aws::Structure end |