Class: Aws::DataZone::Types::GreaterThanOrEqualToExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GreaterThanOrEqualToExpression
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Specifies whether the value is greater 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 greater than or equal to an expression.
Instance Attribute Details
#column_name ⇒ String
The name of the column.
9021 9022 9023 9024 9025 9026 |
# File 'lib/aws-sdk-datazone/types.rb', line 9021 class GreaterThanOrEqualToExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value that might be greater than or equal to an expression.
9021 9022 9023 9024 9025 9026 |
# File 'lib/aws-sdk-datazone/types.rb', line 9021 class GreaterThanOrEqualToExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |