Class: Aws::Resiliencehubv2::Types::DeleteUserJourneyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::DeleteUserJourneyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_journey_id ⇒ String
The identifier of the deleted user journey.
Instance Attribute Details
#user_journey_id ⇒ String
The identifier of the deleted user journey.
1124 1125 1126 1127 1128 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1124 class DeleteUserJourneyResponse < Struct.new( :user_journey_id) SENSITIVE = [] include Aws::Structure end |