Class: Aws::Pinpoint::Types::GetCampaignDateRangeKpiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetCampaignDateRangeKpiResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#campaign_date_range_kpi_response ⇒ Types::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.
Instance Attribute Details
#campaign_date_range_kpi_response ⇒ Types::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.
6375 6376 6377 6378 6379 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6375 class GetCampaignDateRangeKpiResponse < Struct.new( :campaign_date_range_kpi_response) SENSITIVE = [] include Aws::Structure end |