Class: Aws::Pinpoint::Types::UpdateJourneyStateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateJourneyStateResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#journey_response ⇒ Types::JourneyResponse
Provides information about the status, configuration, and other settings for a journey.
Instance Attribute Details
#journey_response ⇒ Types::JourneyResponse
Provides information about the status, configuration, and other settings for a journey.
12791 12792 12793 12794 12795 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12791 class UpdateJourneyStateResponse < Struct.new( :journey_response) SENSITIVE = [] include Aws::Structure end |