Class: Aws::Pinpoint::Types::GetApplicationDateRangeKpiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetApplicationDateRangeKpiRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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
6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6196 class GetApplicationDateRangeKpiRequest < Struct.new( :application_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6196 class GetApplicationDateRangeKpiRequest < Struct.new( :application_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end |
#kpi_name ⇒ String
6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6196 class GetApplicationDateRangeKpiRequest < Struct.new( :application_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6196 class GetApplicationDateRangeKpiRequest < Struct.new( :application_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ String
6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6196 class GetApplicationDateRangeKpiRequest < Struct.new( :application_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6196 class GetApplicationDateRangeKpiRequest < Struct.new( :application_id, :end_time, :kpi_name, :next_token, :page_size, :start_time) SENSITIVE = [] include Aws::Structure end |