Class: Aws::DataZone::Types::LessThanOrEqualToExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::LessThanOrEqualToExpression
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Specifies that a value is less than or 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 less than or equal to an expression.
Instance Attribute Details
#column_name ⇒ String
The name of the column.
9241 9242 9243 9244 9245 9246 |
# File 'lib/aws-sdk-datazone/types.rb', line 9241 class LessThanOrEqualToExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value that might be less than or equal to an expression.
9241 9242 9243 9244 9245 9246 |
# File 'lib/aws-sdk-datazone/types.rb', line 9241 class LessThanOrEqualToExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |