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.
12208 12209 12210 12211 12212 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12208 class UpdateJourneyStateResponse < Struct.new( :journey_response) SENSITIVE = [] include Aws::Structure end |