Class: Aws::Inspector2::Types::CoverageMapFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CoverageMapFilter
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Contains details of a coverage map filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparison ⇒ String
The operator to compare coverage on.
-
#key ⇒ String
The tag key associated with the coverage map filter.
-
#value ⇒ String
The tag value associated with the coverage map filter.
Instance Attribute Details
#comparison ⇒ String
The operator to compare coverage on.
2033 2034 2035 2036 2037 2038 2039 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2033 class CoverageMapFilter < Struct.new( :comparison, :key, :value) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The tag key associated with the coverage map filter.
2033 2034 2035 2036 2037 2038 2039 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2033 class CoverageMapFilter < Struct.new( :comparison, :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The tag value associated with the coverage map filter.
2033 2034 2035 2036 2037 2038 2039 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2033 class CoverageMapFilter < Struct.new( :comparison, :key, :value) SENSITIVE = [] include Aws::Structure end |