Class: Aws::Resiliencehubv2::Types::GetUserJourneyRequest

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)


1528
1529
1530
1531
1532
1533
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1528

class GetUserJourneyRequest < Struct.new(
  :system_arn,
  :user_journey_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_journey_idString

The identifier of the user journey to retrieve.

Returns:

  • (String)


1528
1529
1530
1531
1532
1533
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1528

class GetUserJourneyRequest < Struct.new(
  :system_arn,
  :user_journey_id)
  SENSITIVE = []
  include Aws::Structure
end