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.
1020 1021 1022 1023 1024 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1020 class DeleteUserJourneyResponse < Struct.new( :user_journey_id) SENSITIVE = [] include Aws::Structure end |