Class: Aws::Types::UpdateJourneyStateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJourneyStateRequest
- 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.
-
#journey_state_request ⇒ Types::JourneyStateRequest
Returns the value of attribute journey_state_request.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
3113 3114 3115 |
# File 'sig/types.rbs', line 3113 def application_id @application_id end |
#journey_id ⇒ ::String
Returns the value of attribute journey_id.
3114 3115 3116 |
# File 'sig/types.rbs', line 3114 def journey_id @journey_id end |
#journey_state_request ⇒ Types::JourneyStateRequest
Returns the value of attribute journey_state_request.
3115 3116 3117 |
# File 'sig/types.rbs', line 3115 def journey_state_request @journey_state_request end |