Class: Aws::Pinpoint::Types::ListJourneysResponse

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

#journeys_responseTypes::JourneysResponse

Provides information about the status, configuration, and other settings for all the journeys that are associated with an application.



9063
9064
9065
9066
9067
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9063

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