Class: Aws::Pinpoint::Types::CreateJourneyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateJourneyResponse
- 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.
2870 2871 2872 2873 2874 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2870 class CreateJourneyResponse < Struct.new( :journey_response) SENSITIVE = [] include Aws::Structure end |