Class: Aws::Pinpoint::Types::GetJourneyRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetJourneyRunsResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#journey_runs_response ⇒ Types::JourneyRunsResponse
Provides information from all runs of a journey.
Instance Attribute Details
#journey_runs_response ⇒ Types::JourneyRunsResponse
Provides information from all runs of a journey.
7085 7086 7087 7088 7089 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7085 class GetJourneyRunsResponse < Struct.new( :journey_runs_response) SENSITIVE = [] include Aws::Structure end |