Class: Aws::DataZone::Types::LessThanOrEqualToExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::LessThanOrEqualToExpression
- Defined in:
- gems/aws-sdk-datazone/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.
11088 11089 11090 11091 11092 11093 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11088 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.
11088 11089 11090 11091 11092 11093 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11088 class LessThanOrEqualToExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |