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)


3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3948

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

#old_valueString

The old value.

Returns:

  • (String)


3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3948

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