Class: Aws::DataZone::Types::IsNotNullExpression

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Specifies that the expression is not null.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_nameString

The name of the column.

Returns:

  • (String)


7569
7570
7571
7572
7573
# File 'lib/aws-sdk-datazone/types.rb', line 7569

class IsNotNullExpression < Struct.new(
  :column_name)
  SENSITIVE = []
  include Aws::Structure
end