Class: Aws::Resiliencehubv2::Types::GetUserJourneyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::GetUserJourneyRequest
- 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 retrieve.
Instance Attribute Details
#system_arn ⇒ String
ARN identifier.
1734 1735 1736 1737 1738 1739 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1734 class GetUserJourneyRequest < Struct.new( :system_arn, :user_journey_id) SENSITIVE = [] include Aws::Structure end |
#user_journey_id ⇒ String
The identifier of the user journey to retrieve.
1734 1735 1736 1737 1738 1739 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1734 class GetUserJourneyRequest < Struct.new( :system_arn, :user_journey_id) SENSITIVE = [] include Aws::Structure end |