Class: Aws::Types::GetUserJourneyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUserJourneyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
-
#user_journey_id ⇒ ::String
Returns the value of attribute user_journey_id.
Instance Attribute Details
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
538 539 540 |
# File 'sig/types.rbs', line 538 def system_arn @system_arn end |
#user_journey_id ⇒ ::String
Returns the value of attribute user_journey_id.
539 540 541 |
# File 'sig/types.rbs', line 539 def user_journey_id @user_journey_id end |