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

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

#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.



6868
6869
6870
6871
6872
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6868

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