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.
11299 11300 11301 11302 11303 11304 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11299 class LikeExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value that might be like the expression.
11299 11300 11301 11302 11303 11304 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11299 class LikeExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |