Class: Aws::Types::SystemUserJourneyDeletedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::SystemUserJourneyDeletedMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_services_at_deletion ⇒ ::Array[Types::ServiceReference]
Returns the value of attribute associated_services_at_deletion.
-
#user_journey_name ⇒ ::String
Returns the value of attribute user_journey_name.
Instance Attribute Details
#associated_services_at_deletion ⇒ ::Array[Types::ServiceReference]
Returns the value of attribute associated_services_at_deletion.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def associated_services_at_deletion @associated_services_at_deletion end |
#user_journey_name ⇒ ::String
Returns the value of attribute user_journey_name.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def user_journey_name @user_journey_name end |