Class: Aws::Resiliencehubv2::Types::DeleteUserJourneyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#system_arnString

ARN identifier.

Returns:

  • (String)


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_idString

The identifier of the user journey to delete.

Returns:

  • (String)


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