Class: Aws::Resiliencehubv2::Types::SystemUserJourneyUpdatedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::SystemUserJourneyUpdatedMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Metadata for a system user journey updated event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#changes ⇒ Types::UserJourneyChanges
The changes made to the user journey.
-
#user_journey_name ⇒ String
The name of the updated user journey.
Instance Attribute Details
#changes ⇒ Types::UserJourneyChanges
The changes made to the user journey.
4360 4361 4362 4363 4364 4365 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4360 class SystemUserJourneyUpdatedMetadata < Struct.new( :user_journey_name, :changes) SENSITIVE = [] include Aws::Structure end |
#user_journey_name ⇒ String
The name of the updated user journey.
4360 4361 4362 4363 4364 4365 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4360 class SystemUserJourneyUpdatedMetadata < Struct.new( :user_journey_name, :changes) SENSITIVE = [] include Aws::Structure end |