Class: Aws::DataZone::Types::IsNullExpression

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

Overview

Specifies that the expression is null.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_nameString

The name of the column.

Returns:

  • (String)


10930
10931
10932
10933
10934
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10930

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