Class: Aws::DataZone::Types::IsNotNullExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::IsNotNullExpression
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Specifies that the expression is not null.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_name ⇒ String
The name of the column.
Instance Attribute Details
#column_name ⇒ String
The name of the column.
12172 12173 12174 12175 12176 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12172 class IsNotNullExpression < Struct.new( :column_name) SENSITIVE = [] include Aws::Structure end |