Class: Aws::Detective::Types::StringFilter

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

Overview

A string for filtering Detective investigations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The string filter value.

Returns:

  • (String)


1666
1667
1668
1669
1670
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1666

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