Class: Aws::Pinpoint::Types::GetJourneyDateRangeKpiResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#journey_date_range_kpi_responseTypes::JourneyDateRangeKpiResponse

Provides the results of a query that retrieved the data for a standard engagement metric that applies to a journey, and provides information about that query.



8820
8821
8822
8823
# File 'lib/aws-sdk-pinpoint/types.rb', line 8820

class GetJourneyDateRangeKpiResponse < Struct.new(
  :journey_date_range_kpi_response)
  include Aws::Structure
end