Class: Aws::Types::PropertyDifference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actual_value::String

Returns the value of attribute actual_value.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def actual_value
  @actual_value
end

#difference_type"ADD", ...

Returns the value of attribute difference_type.

Returns:

  • ("ADD", "REMOVE", "NOT_EQUAL")


1354
1355
1356
# File 'sig/types.rbs', line 1354

def difference_type
  @difference_type
end

#expected_value::String

Returns the value of attribute expected_value.

Returns:

  • (::String)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def expected_value
  @expected_value
end

#property_path::String

Returns the value of attribute property_path.

Returns:

  • (::String)


1351
1352
1353
# File 'sig/types.rbs', line 1351

def property_path
  @property_path
end