Class: Aws::Detective::Types::StringFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::StringFilter
- 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
-
#value ⇒ String
The string filter value.
Instance Attribute Details
#value ⇒ String
The string filter value.
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 |