Class: Aws::DataZone::Types::LessThanExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::LessThanExpression
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Specifies that a value is less than 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 less than the expression.
Instance Attribute Details
#column_name ⇒ String
The name of the column.
11069 11070 11071 11072 11073 11074 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11069 class LessThanExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value that might be less than the expression.
11069 11070 11071 11072 11073 11074 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11069 class LessThanExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |