Class: Aws::Resiliencehubv2::Types::SystemUserJourneyDeletedMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Metadata for a system user journey deleted event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_services_at_deletionArray<Types::ServiceReference>

The services that were associated at the time of deletion.

Returns:



4341
4342
4343
4344
4345
4346
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4341

class SystemUserJourneyDeletedMetadata < Struct.new(
  :user_journey_name,
  :associated_services_at_deletion)
  SENSITIVE = []
  include Aws::Structure
end

#user_journey_nameString

The name of the deleted user journey.

Returns:

  • (String)


4341
4342
4343
4344
4345
4346
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4341

class SystemUserJourneyDeletedMetadata < Struct.new(
  :user_journey_name,
  :associated_services_at_deletion)
  SENSITIVE = []
  include Aws::Structure
end