Class: Aws::Pinpoint::Types::ListJourneysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ListJourneysResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#journeys_response ⇒ Types::JourneysResponse
Provides information about the status, configuration, and other settings for all the journeys that are associated with an application.
Instance Attribute Details
#journeys_response ⇒ Types::JourneysResponse
Provides information about the status, configuration, and other settings for all the journeys that are associated with an application.
9096 9097 9098 9099 9100 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9096 class ListJourneysResponse < Struct.new( :journeys_response) SENSITIVE = [] include Aws::Structure end |