Class: Aws::Inspector2::Types::StringFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

An object that describes the details of a string filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comparisonString

The operator to use when comparing values in the filter.

Returns:

  • (String)


6643
6644
6645
6646
6647
6648
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6643

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

#valueString

The value to filter on.

Returns:

  • (String)


6643
6644
6645
6646
6647
6648
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6643

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