Class: Aws::Inspector2::Types::CoverageMapFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#comparisonString

The operator to compare coverage on.

Returns:

  • (String)


2020
2021
2022
2023
2024
2025
2026
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2020

class CoverageMapFilter < Struct.new(
  :comparison,
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The tag key associated with the coverage map filter.

Returns:

  • (String)


2020
2021
2022
2023
2024
2025
2026
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2020

class CoverageMapFilter < Struct.new(
  :comparison,
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The tag value associated with the coverage map filter.

Returns:

  • (String)


2020
2021
2022
2023
2024
2025
2026
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2020

class CoverageMapFilter < Struct.new(
  :comparison,
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end