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.
5007 5008 5009 5010 5011 5012 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5007 class StringFilter < Struct.new( :comparison, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value to filter on.
5007 5008 5009 5010 5011 5012 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5007 class StringFilter < Struct.new( :comparison, :value) SENSITIVE = [] include Aws::Structure end |