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

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

#journeys_responseTypes::JourneysResponse

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



9097
9098
9099
9100
9101
# File 'lib/aws-sdk-pinpoint/types.rb', line 9097

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