Class: Aws::Pinpoint::Types::UpdateJourneyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateJourneyResponse
- Includes:
- Structure
- Defined in:
- 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.
12758 12759 12760 12761 12762 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12758 class UpdateJourneyResponse < Struct.new( :journey_response) SENSITIVE = [] include Aws::Structure end |