Class: Aws::Inspector2::Types::ResourceMapFilter

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

Instance Attribute Details

#comparisonString

The filter's comparison.

Returns:

  • (String)


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

#keyString

The filter's key.

Returns:

  • (String)


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

#valueString

The filter's value.

Returns:

  • (String)


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