Class: Aws::DataZone::Types::GreaterThanExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GreaterThanExpression
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Specifies whether the value is greater 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 greater than an expression.
Instance Attribute Details
#column_name ⇒ String
The name of the column.
10660 10661 10662 10663 10664 10665 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10660 class GreaterThanExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value that might be greater than an expression.
10660 10661 10662 10663 10664 10665 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10660 class GreaterThanExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |