Class: Aws::Types::NotInExpression

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)


4611
4612
4613
# File 'sig/types.rbs', line 4611

def column_name
  @column_name
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


4612
4613
4614
# File 'sig/types.rbs', line 4612

def values
  @values
end