Class: Aws::Resiliencehubv2::Types::UserJourneyChanges
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UserJourneyChanges
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Describes changes made to a user journey.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_services ⇒ Types::ServiceReferenceChanges
Changes to the services associated with the user journey.
-
#journey_description ⇒ Types::StringChange
Changes to the user journey description.
Instance Attribute Details
#associated_services ⇒ Types::ServiceReferenceChanges
Changes to the services associated with the user journey.
4891 4892 4893 4894 4895 4896 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4891 class UserJourneyChanges < Struct.new( :journey_description, :associated_services) SENSITIVE = [] include Aws::Structure end |
#journey_description ⇒ Types::StringChange
Changes to the user journey description.
4891 4892 4893 4894 4895 4896 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4891 class UserJourneyChanges < Struct.new( :journey_description, :associated_services) SENSITIVE = [] include Aws::Structure end |