Class: Aws::Types::UpdateJourneyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJourneyRequest
- 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.
-
#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.
3101 3102 3103 |
# File 'sig/types.rbs', line 3101 def application_id @application_id end |
#journey_id ⇒ ::String
Returns the value of attribute journey_id.
3102 3103 3104 |
# File 'sig/types.rbs', line 3102 def journey_id @journey_id end |
#write_journey_request ⇒ Types::WriteJourneyRequest
Returns the value of attribute write_journey_request.
3103 3104 3105 |
# File 'sig/types.rbs', line 3103 def write_journey_request @write_journey_request end |