Class: Aws::Resiliencehubv2::Types::DeleteUserJourneyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::DeleteUserJourneyResponse
- Defined in:
- gems/aws-sdk-resiliencehubv2/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.
1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1014 class DeleteUserJourneyResponse < Struct.new( :user_journey_id) SENSITIVE = [] include Aws::Structure end |