Class: Aws::DataZone::Types::LikeExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::LikeExpression
- Defined in:
- gems/aws-sdk-datazone/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.
11107 11108 11109 11110 11111 11112 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11107 class LikeExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value that might be like the expression.
11107 11108 11109 11110 11111 11112 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11107 class LikeExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |