Class: Aws::DataZone::Types::NotLikeExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::NotLikeExpression
- Includes:
- Structure
- Defined in:
- 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.
11697 11698 11699 11700 11701 11702 |
# File 'lib/aws-sdk-datazone/types.rb', line 11697 class NotLikeExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value that might not be like the expression.
11697 11698 11699 11700 11701 11702 |
# File 'lib/aws-sdk-datazone/types.rb', line 11697 class NotLikeExpression < Struct.new( :column_name, :value) SENSITIVE = [] include Aws::Structure end |