Class: Aws::Pinpoint::Types::JourneyDateRangeKpiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::JourneyDateRangeKpiResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Provides the results of a query that retrieved the data for a standard engagement metric that applies to a journey, and provides information about that query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier for the application that the metric applies to.
-
#end_time ⇒ Time
The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format.
-
#journey_id ⇒ String
The unique identifier for the journey that the metric applies to.
-
#kpi_name ⇒ String
The name of the metric, also referred to as a *key performance indicator (KPI)*, that the data was retrieved for.
-
#kpi_result ⇒ Types::BaseKpiResult
An array of objects that contains the results of the query.
-
#next_token ⇒ String
The string to use in a subsequent request to get the next page of results in a paginated response.
-
#start_time ⇒ Time
The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format.
Instance Attribute Details
#application_id ⇒ String
The unique identifier for the application that the metric applies to.
8295 8296 8297 8298 8299 8300 8301 8302 8303 8304 8305 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8295 class JourneyDateRangeKpiResponse < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :kpi_result, :next_token, :start_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.
8295 8296 8297 8298 8299 8300 8301 8302 8303 8304 8305 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8295 class JourneyDateRangeKpiResponse < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :kpi_result, :next_token, :start_time) SENSITIVE = [] include Aws::Structure end |
#journey_id ⇒ String
The unique identifier for the journey that the metric applies to.
8295 8296 8297 8298 8299 8300 8301 8302 8303 8304 8305 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8295 class JourneyDateRangeKpiResponse < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :kpi_result, :next_token, :start_time) SENSITIVE = [] include Aws::Structure end |
#kpi_name ⇒ String
The name of the metric, also referred to as a *key performance indicator (KPI)*, that the data was retrieved for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. For a list of possible values, see the [Amazon Pinpoint Developer Guide].
[1]: docs.aws.amazon.com/pinpoint/latest/developerguide/analytics-standard-metrics.html
8295 8296 8297 8298 8299 8300 8301 8302 8303 8304 8305 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8295 class JourneyDateRangeKpiResponse < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :kpi_result, :next_token, :start_time) SENSITIVE = [] include Aws::Structure end |
#kpi_result ⇒ Types::BaseKpiResult
An array of objects that contains the results of the query. Each object contains the value for the metric and metadata about that value.
8295 8296 8297 8298 8299 8300 8301 8302 8303 8304 8305 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8295 class JourneyDateRangeKpiResponse < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :kpi_result, :next_token, :start_time) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null for the Journey Engagement Metrics resource because the resource returns all results in a single page.
8295 8296 8297 8298 8299 8300 8301 8302 8303 8304 8305 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8295 class JourneyDateRangeKpiResponse < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :kpi_result, :next_token, :start_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.
8295 8296 8297 8298 8299 8300 8301 8302 8303 8304 8305 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8295 class JourneyDateRangeKpiResponse < Struct.new( :application_id, :end_time, :journey_id, :kpi_name, :kpi_result, :next_token, :start_time) SENSITIVE = [] include Aws::Structure end |