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.
9021 9022 9023 9024 9025 9026 9027 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9021 class StringFilterExpression < Struct.new( :name, :operator, :value) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The type of comparison to use for this search.
9021 9022 9023 9024 9025 9026 9027 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9021 class StringFilterExpression < Struct.new( :name, :operator, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The string to search for.
9021 9022 9023 9024 9025 9026 9027 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9021 class StringFilterExpression < Struct.new( :name, :operator, :value) SENSITIVE = [] include Aws::Structure end |