Class: Aws::Inspector2::Types::ResourceMapFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ResourceMapFilter
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
A resource map filter for a software bill of material report.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparison ⇒ String
The filter's comparison.
-
#key ⇒ String
The filter's key.
-
#value ⇒ String
The filter's value.
Instance Attribute Details
#comparison ⇒ String
The filter's comparison.
6032 6033 6034 6035 6036 6037 6038 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6032 class ResourceMapFilter < Struct.new( :comparison, :key, :value) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The filter's key.
6032 6033 6034 6035 6036 6037 6038 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6032 class ResourceMapFilter < Struct.new( :comparison, :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The filter's value.
6032 6033 6034 6035 6036 6037 6038 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6032 class ResourceMapFilter < Struct.new( :comparison, :key, :value) SENSITIVE = [] include Aws::Structure end |