Class: Aws::Types::StringChange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#new_value::String

Returns the value of attribute new_value.

Returns:

  • (::String)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def new_value
  @new_value
end

#old_value::String

Returns the value of attribute old_value.

Returns:

  • (::String)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def old_value
  @old_value
end