Class: Aws::Types::CreateJourneyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJourneyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#write_journey_request ⇒ Types::WriteJourneyRequest
Returns the value of attribute write_journey_request.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
585 586 587 |
# File 'sig/types.rbs', line 585 def application_id @application_id end |
#write_journey_request ⇒ Types::WriteJourneyRequest
Returns the value of attribute write_journey_request.
586 587 588 |
# File 'sig/types.rbs', line 586 def write_journey_request @write_journey_request end |