Class: Aws::Inspector2::Types::ResourceStringFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ResourceStringFilter
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
A resource string filter for a software bill of materials report.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparison ⇒ String
The filter's comparison.
-
#value ⇒ String
The filter's value.
Instance Attribute Details
#comparison ⇒ String
The filter's comparison.
6168 6169 6170 6171 6172 6173 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6168 class ResourceStringFilter < Struct.new( :comparison, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The filter's value.
6168 6169 6170 6171 6172 6173 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6168 class ResourceStringFilter < Struct.new( :comparison, :value) SENSITIVE = [] include Aws::Structure end |