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.
7521 7522 7523 7524 7525 7526 7527 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7521 class ResourceMapFilter < Struct.new( :comparison, :key, :value) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The filter's key.
7521 7522 7523 7524 7525 7526 7527 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7521 class ResourceMapFilter < Struct.new( :comparison, :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The filter's value.
7521 7522 7523 7524 7525 7526 7527 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7521 class ResourceMapFilter < Struct.new( :comparison, :key, :value) SENSITIVE = [] include Aws::Structure end |