Class: Aws::Types::GetJourneyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetJourneyRequest
- 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.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def application_id @application_id end |
#journey_id ⇒ ::String
Returns the value of attribute journey_id.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def journey_id @journey_id end |