Class: Aws::Deadline::Types::StringFilterExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::StringFilterExpression
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Searches for a particular string.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The field name to search.
-
#operator ⇒ String
The type of comparison to use for this search.
-
#value ⇒ String
The string to search for.
Instance Attribute Details
#name ⇒ String
The field name to search.
8858 8859 8860 8861 8862 8863 8864 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8858 class StringFilterExpression < Struct.new( :name, :operator, :value) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The type of comparison to use for this search.
8858 8859 8860 8861 8862 8863 8864 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8858 class StringFilterExpression < Struct.new( :name, :operator, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The string to search for.
8858 8859 8860 8861 8862 8863 8864 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8858 class StringFilterExpression < Struct.new( :name, :operator, :value) SENSITIVE = [] include Aws::Structure end |