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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#column_nameString

The name of the column.

Returns:

  • (String)


10916
10917
10918
10919
10920
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10916

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