Class: Aws::Pinpoint::Types::GetJourneyRunsResponse

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

#journey_runs_responseTypes::JourneyRunsResponse

Provides information from all runs of a journey.



7095
7096
7097
7098
7099
# File 'lib/aws-sdk-pinpoint/types.rb', line 7095

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