Class: Aws::Types::FindingHistoryUpdate

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)


5751
5752
5753
# File 'sig/types.rbs', line 5751

def new_value
  @new_value
end

#old_value::String

Returns the value of attribute old_value.

Returns:

  • (::String)


5750
5751
5752
# File 'sig/types.rbs', line 5750

def old_value
  @old_value
end

#updated_field::String

Returns the value of attribute updated_field.

Returns:

  • (::String)


5749
5750
5751
# File 'sig/types.rbs', line 5749

def updated_field
  @updated_field
end