Class: Aws::Glue::Types::ConditionExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ConditionExpression
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Condition expression defined in the Glue Studio data preparation recipe node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#condition ⇒ String
The condition of the condition expression.
-
#target_column ⇒ String
The target column of the condition expressions.
-
#value ⇒ String
The value of the condition expression.
Instance Attribute Details
#condition ⇒ String
The condition of the condition expression.
3115 3116 3117 3118 3119 3120 3121 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3115 class ConditionExpression < Struct.new( :condition, :value, :target_column) SENSITIVE = [] include Aws::Structure end |
#target_column ⇒ String
The target column of the condition expressions.
3115 3116 3117 3118 3119 3120 3121 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3115 class ConditionExpression < Struct.new( :condition, :value, :target_column) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the condition expression.
3115 3116 3117 3118 3119 3120 3121 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3115 class ConditionExpression < Struct.new( :condition, :value, :target_column) SENSITIVE = [] include Aws::Structure end |