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.
4435 4436 4437 4438 4439 4440 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4435 class SystemUserJourneyUpdatedMetadata < Struct.new( :user_journey_name, :changes) SENSITIVE = [] include Aws::Structure end |
#user_journey_name ⇒ String
The name of the updated user journey.
4435 4436 4437 4438 4439 4440 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4435 class SystemUserJourneyUpdatedMetadata < Struct.new( :user_journey_name, :changes) SENSITIVE = [] include Aws::Structure end |