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.



9073
9074
9075
9076
9077
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9073

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