Class: Aws::Resiliencehubv2::Types::StringChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::StringChange
- 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
-
#new_value ⇒ String
The new value.
-
#old_value ⇒ String
The old value.
Instance Attribute Details
#new_value ⇒ String
The new value.
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_value ⇒ String
The old value.
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 |