Class: Aws::Pinpoint::Types::GetCampaignDateRangeKpiResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_date_range_kpi_responseTypes::CampaignDateRangeKpiResponse

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



8261
8262
8263
8264
# File 'lib/aws-sdk-pinpoint/types.rb', line 8261

class GetCampaignDateRangeKpiResponse < Struct.new(
  :campaign_date_range_kpi_response)
  include Aws::Structure
end