Class: Aws::Pinpoint::Types::GetApplicationDateRangeKpiRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Returns:

  • (String)


6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6173

class GetApplicationDateRangeKpiRequest < Struct.new(
  :application_id,
  :end_time,
  :kpi_name,
  :next_token,
  :page_size,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

Returns:

  • (Time)


6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6173

class GetApplicationDateRangeKpiRequest < Struct.new(
  :application_id,
  :end_time,
  :kpi_name,
  :next_token,
  :page_size,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#kpi_nameString

Returns:

  • (String)


6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6173

class GetApplicationDateRangeKpiRequest < Struct.new(
  :application_id,
  :end_time,
  :kpi_name,
  :next_token,
  :page_size,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6173

class GetApplicationDateRangeKpiRequest < Struct.new(
  :application_id,
  :end_time,
  :kpi_name,
  :next_token,
  :page_size,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeString

Returns:

  • (String)


6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6173

class GetApplicationDateRangeKpiRequest < Struct.new(
  :application_id,
  :end_time,
  :kpi_name,
  :next_token,
  :page_size,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

Returns:

  • (Time)


6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6173

class GetApplicationDateRangeKpiRequest < Struct.new(
  :application_id,
  :end_time,
  :kpi_name,
  :next_token,
  :page_size,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end