Class: Aws::DataZone::Types::EqualToExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EqualToExpression
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Specifies whether the value is equal to an expression.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_name ⇒ String
The name of the column.
-
#value ⇒ String
The value that might be equal to an expression.
Instance Attribute Details
#column_name ⇒ String
The name of the column.
6937 6938 6939 6940 6941 6942 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6937 class EqualToExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value that might be equal to an expression.
6937 6938 6939 6940 6941 6942 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6937 class EqualToExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |