Class: Aws::Types::ConditionExpression

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#condition::String

Returns the value of attribute condition.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def condition
  @condition
end

#target_column::String

Returns the value of attribute target_column.

Returns:

  • (::String)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def target_column
  @target_column
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def value
  @value
end