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.
356 357 358 |
# File 'sig/types.rbs', line 356 def system_arn @system_arn end |
#user_journey_id ⇒ ::String
Returns the value of attribute user_journey_id.
357 358 359 |
# File 'sig/types.rbs', line 357 def user_journey_id @user_journey_id end |