Class: Aws::DataZone::Types::NotLikeExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::NotLikeExpression
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Specifies that a value might be not 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 not be like the expression.
Instance Attribute Details
#column_name ⇒ String
The name of the column.
13995 13996 13997 13998 13999 14000 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13995 class NotLikeExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value that might not be like the expression.
13995 13996 13997 13998 13999 14000 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13995 class NotLikeExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |