Class: Aws::Pinpoint::Types::GetCampaignDateRangeKpiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetCampaignDateRangeKpiRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #application_id ⇒ String
- #campaign_id ⇒ String
- #end_time ⇒ Time
- #kpi_name ⇒ String
- #next_token ⇒ String
- #page_size ⇒ String
- #start_time ⇒ Time
Instance Attribute Details
#application_id ⇒ String
6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6355 class GetCampaignDateRangeKpiRequest < Struct.new( :application_id, :campaign_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end |
#campaign_id ⇒ String
6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6355 class GetCampaignDateRangeKpiRequest < Struct.new( :application_id, :campaign_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6355 class GetCampaignDateRangeKpiRequest < Struct.new( :application_id, :campaign_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end |
#kpi_name ⇒ String
6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6355 class GetCampaignDateRangeKpiRequest < Struct.new( :application_id, :campaign_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6355 class GetCampaignDateRangeKpiRequest < Struct.new( :application_id, :campaign_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ String
6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6355 class GetCampaignDateRangeKpiRequest < Struct.new( :application_id, :campaign_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6355 class GetCampaignDateRangeKpiRequest < Struct.new( :application_id, :campaign_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end |