Class: Aws::Resiliencehubv2::Types::DeleteUserJourneyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::DeleteUserJourneyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#system_arn ⇒ String
ARN identifier.
-
#user_journey_id ⇒ String
The identifier of the user journey to delete.
Instance Attribute Details
#system_arn ⇒ String
ARN identifier.
1007 1008 1009 1010 1011 1012 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1007 class DeleteUserJourneyRequest < Struct.new( :system_arn, :user_journey_id) SENSITIVE = [] include Aws::Structure end |
#user_journey_id ⇒ String
The identifier of the user journey to delete.
1007 1008 1009 1010 1011 1012 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1007 class DeleteUserJourneyRequest < Struct.new( :system_arn, :user_journey_id) SENSITIVE = [] include Aws::Structure end |