Class: Aws::Pinpoint::Types::GetApplicationDateRangeKpiResponse

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

#application_date_range_kpi_responseTypes::ApplicationDateRangeKpiResponse

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



6192
6193
6194
6195
6196
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6192

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