Class: Aws::DataZone::Types::LikeExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::LikeExpression
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Specifies that a value is like the expression.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_name ⇒ String
The name of the column.
-
#value ⇒ String
The value that might be like the expression.
Instance Attribute Details
#column_name ⇒ String
The name of the column.
9260 9261 9262 9263 9264 9265 |
# File 'lib/aws-sdk-datazone/types.rb', line 9260 class LikeExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value that might be like the expression.
9260 9261 9262 9263 9264 9265 |
# File 'lib/aws-sdk-datazone/types.rb', line 9260 class LikeExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |