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)


3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3907

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

#valueString

The value to filter on.

Returns:

  • (String)


3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3907

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