Class: Aws::Inspector2::Types::CoverageStringFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CoverageStringFilter
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Contains details of a coverage string filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparison ⇒ String
The operator to compare strings on.
-
#value ⇒ String
The value to compare strings on.
Instance Attribute Details
#comparison ⇒ String
The operator to compare strings on.
2053 2054 2055 2056 2057 2058 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2053 class CoverageStringFilter < Struct.new( :comparison, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value to compare strings on.
2053 2054 2055 2056 2057 2058 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2053 class CoverageStringFilter < Struct.new( :comparison, :value) SENSITIVE = [] include Aws::Structure end |