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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/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.



6974
6975
6976
6977
6978
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6974

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