Class: Aws::Types::NotEqualToExpression

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_name::String

Returns the value of attribute column_name.

Returns:

  • (::String)


4605
4606
4607
# File 'sig/types.rbs', line 4605

def column_name
  @column_name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


4606
4607
4608
# File 'sig/types.rbs', line 4606

def value
  @value
end