Class: Aws::Pinpoint::Types::GetJourneyDateRangeKpiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetJourneyDateRangeKpiRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass GetJourneyDateRangeKpiRequest data as a hash:
{
application_id: "__string", # required
end_time: Time.now,
journey_id: "__string", # required
kpi_name: "__string", # required
next_token: "__string",
page_size: "__string",
start_time: Time.now,
}
Instance Attribute Summary collapse
- #application_id ⇒ String
- #end_time ⇒ Time
- #journey_id ⇒ String
- #kpi_name ⇒ String
- #next_token ⇒ String
- #page_size ⇒ String
- #start_time ⇒ Time
Instance Attribute Details
#application_id ⇒ String
8801 8802 8803 8804 8805 8806 8807 8808 8809 8810 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8801 class GetJourneyDateRangeKpiRequest < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :next_token, :page_size, :start_time) include Aws::Structure end |
#end_time ⇒ Time
8801 8802 8803 8804 8805 8806 8807 8808 8809 8810 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8801 class GetJourneyDateRangeKpiRequest < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :next_token, :page_size, :start_time) include Aws::Structure end |
#journey_id ⇒ String
8801 8802 8803 8804 8805 8806 8807 8808 8809 8810 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8801 class GetJourneyDateRangeKpiRequest < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :next_token, :page_size, :start_time) include Aws::Structure end |
#kpi_name ⇒ String
8801 8802 8803 8804 8805 8806 8807 8808 8809 8810 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8801 class GetJourneyDateRangeKpiRequest < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :next_token, :page_size, :start_time) include Aws::Structure end |
#next_token ⇒ String
8801 8802 8803 8804 8805 8806 8807 8808 8809 8810 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8801 class GetJourneyDateRangeKpiRequest < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :next_token, :page_size, :start_time) include Aws::Structure end |
#page_size ⇒ String
8801 8802 8803 8804 8805 8806 8807 8808 8809 8810 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8801 class GetJourneyDateRangeKpiRequest < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :next_token, :page_size, :start_time) include Aws::Structure end |
#start_time ⇒ Time
8801 8802 8803 8804 8805 8806 8807 8808 8809 8810 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8801 class GetJourneyDateRangeKpiRequest < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :next_token, :page_size, :start_time) include Aws::Structure end |