Class: Aws::Types::UpdateCondition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#existsBoolean

Returns the value of attribute exists.

Returns:

  • (Boolean)


225
226
227
# File 'sig/types.rbs', line 225

def exists
  @exists
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def name
  @name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def value
  @value
end