Class: Aws::Pinpoint::Types::GetJourneyDateRangeKpiRequest

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)


6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6848

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

#end_timeTime

Returns:

  • (Time)


6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6848

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

#journey_idString

Returns:

  • (String)


6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6848

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

#kpi_nameString

Returns:

  • (String)


6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6848

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

#next_tokenString

Returns:

  • (String)


6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6848

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

#page_sizeString

Returns:

  • (String)


6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6848

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

#start_timeTime

Returns:

  • (Time)


6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6848

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