Class: Aws::DataZone::Types::InExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::InExpression
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Specifies whether values are in the expression.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_name ⇒ String
The name of the column.
-
#values ⇒ Array<String>
The values that might be in the expression.
Instance Attribute Details
#column_name ⇒ String
The name of the column.
12376 12377 12378 12379 12380 12381 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12376 class InExpression < Struct.new( :column_name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values that might be in the expression.
12376 12377 12378 12379 12380 12381 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12376 class InExpression < Struct.new( :column_name, :values) SENSITIVE = [] include Aws::Structure end |