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)


6009
6010
6011
6012
6013
6014
6015
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6009

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

#keyString

The filter's key.

Returns:

  • (String)


6009
6010
6011
6012
6013
6014
6015
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6009

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

#valueString

The filter's value.

Returns:

  • (String)


6009
6010
6011
6012
6013
6014
6015
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6009

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