Class: Aws::Types::DeleteJourneyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteJourneyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#journey_id ⇒ ::String
Returns the value of attribute journey_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
866 867 868 |
# File 'sig/types.rbs', line 866 def application_id @application_id end |
#journey_id ⇒ ::String
Returns the value of attribute journey_id.
867 868 869 |
# File 'sig/types.rbs', line 867 def journey_id @journey_id end |