Class: Aws::Pinpoint::Types::GetApplicationDateRangeKpiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetApplicationDateRangeKpiRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass GetApplicationDateRangeKpiRequest data as a hash:
{
application_id: "__string", # required
end_time: Time.now,
kpi_name: "__string", # required
next_token: "__string",
page_size: "__string",
start_time: Time.now,
}
Instance Attribute Summary collapse
- #application_id ⇒ String
- #end_time ⇒ Time
- #kpi_name ⇒ String
- #next_token ⇒ String
- #page_size ⇒ String
- #start_time ⇒ Time
Instance Attribute Details
#application_id ⇒ String
8048 8049 8050 8051 8052 8053 8054 8055 8056 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8048 class GetApplicationDateRangeKpiRequest < Struct.new( :application_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) include Aws::Structure end |
#end_time ⇒ Time
8048 8049 8050 8051 8052 8053 8054 8055 8056 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8048 class GetApplicationDateRangeKpiRequest < Struct.new( :application_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) include Aws::Structure end |
#kpi_name ⇒ String
8048 8049 8050 8051 8052 8053 8054 8055 8056 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8048 class GetApplicationDateRangeKpiRequest < Struct.new( :application_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) include Aws::Structure end |
#next_token ⇒ String
8048 8049 8050 8051 8052 8053 8054 8055 8056 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8048 class GetApplicationDateRangeKpiRequest < Struct.new( :application_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) include Aws::Structure end |
#page_size ⇒ String
8048 8049 8050 8051 8052 8053 8054 8055 8056 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8048 class GetApplicationDateRangeKpiRequest < Struct.new( :application_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) include Aws::Structure end |
#start_time ⇒ Time
8048 8049 8050 8051 8052 8053 8054 8055 8056 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8048 class GetApplicationDateRangeKpiRequest < Struct.new( :application_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) include Aws::Structure end |