Class: Aws::Pinpoint::Types::CreateJourneyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#journey_responseTypes::JourneyResponse

Provides information about the status, configuration, and other settings for a journey.



3897
3898
3899
3900
# File 'lib/aws-sdk-pinpoint/types.rb', line 3897

class CreateJourneyResponse < Struct.new(
  :journey_response)
  include Aws::Structure
end