Class: Aws::Pinpoint::Types::UpdateJourneyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#journey_responseTypes::JourneyResponse

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



12705
12706
12707
12708
12709
# File 'lib/aws-sdk-pinpoint/types.rb', line 12705

class UpdateJourneyResponse < Struct.new(
  :journey_response)
  SENSITIVE = []
  include Aws::Structure
end