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.
11786 11787 11788 11789 11790 11791 |
# File 'lib/aws-sdk-datazone/types.rb', line 11786 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.
11786 11787 11788 11789 11790 11791 |
# File 'lib/aws-sdk-datazone/types.rb', line 11786 class LessThanOrEqualToExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |