Class: Aws::Pinpoint::Types::GetJourneyResponse

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.



6997
6998
6999
7000
7001
# File 'lib/aws-sdk-pinpoint/types.rb', line 6997

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