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

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

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



6342
6343
6344
6345
6346
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6342

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