Class: Aws::Resiliencehubv2::Types::StringChange

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Describes a change from one string value to another.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#new_valueString

The new value.

Returns:

  • (String)


4023
4024
4025
4026
4027
4028
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4023

class StringChange < Struct.new(
  :old_value,
  :new_value)
  SENSITIVE = []
  include Aws::Structure
end

#old_valueString

The old value.

Returns:

  • (String)


4023
4024
4025
4026
4027
4028
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4023

class StringChange < Struct.new(
  :old_value,
  :new_value)
  SENSITIVE = []
  include Aws::Structure
end