Class: Aws::Glue::Types::FilterExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::FilterExpression
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Specifies a filter expression.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#negated ⇒ Boolean
Whether the expression is to be negated.
-
#operation ⇒ String
The type of operation to perform in the expression.
-
#values ⇒ Array<Types::FilterValue>
A list of filter values.
Instance Attribute Details
#negated ⇒ Boolean
Whether the expression is to be negated.
8638 8639 8640 8641 8642 8643 8644 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8638 class FilterExpression < Struct.new( :operation, :negated, :values) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
The type of operation to perform in the expression.
8638 8639 8640 8641 8642 8643 8644 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8638 class FilterExpression < Struct.new( :operation, :negated, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::FilterValue>
A list of filter values.
8638 8639 8640 8641 8642 8643 8644 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8638 class FilterExpression < Struct.new( :operation, :negated, :values) SENSITIVE = [] include Aws::Structure end |