Class: Aws::Types::DeleteUserJourneyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUserJourneyRequest
- 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.
349 350 351 |
# File 'sig/types.rbs', line 349 def system_arn @system_arn end |
#user_journey_id ⇒ ::String
Returns the value of attribute user_journey_id.
350 351 352 |
# File 'sig/types.rbs', line 350 def user_journey_id @user_journey_id end |