Class: Aws::Pinpoint::Types::JourneyRunExecutionMetricsResponse

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

Overview

Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey run, and provides information about that query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier for the application that the metric applies to.

Returns:

  • (String)


8820
8821
8822
8823
8824
8825
8826
8827
8828
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8820

class JourneyRunExecutionMetricsResponse < Struct.new(
  :application_id,
  :journey_id,
  :last_evaluated_time,
  :metrics,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end

#journey_idString

The unique identifier for the journey that the metric applies to.

Returns:

  • (String)


8820
8821
8822
8823
8824
8825
8826
8827
8828
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8820

class JourneyRunExecutionMetricsResponse < Struct.new(
  :application_id,
  :journey_id,
  :last_evaluated_time,
  :metrics,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end

#last_evaluated_timeString

The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the journey run and updated the data for the metric.

Returns:

  • (String)


8820
8821
8822
8823
8824
8825
8826
8827
8828
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8820

class JourneyRunExecutionMetricsResponse < Struct.new(
  :application_id,
  :journey_id,
  :last_evaluated_time,
  :metrics,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end

#metricsHash<String,String>

A JSON object that contains the results of the query. For information about the structure and contents of the results, see the Standard Amazon Pinpoint analytics metrics in the Amazon Pinpoint Developer Guide.

Returns:

  • (Hash<String,String>)


8820
8821
8822
8823
8824
8825
8826
8827
8828
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8820

class JourneyRunExecutionMetricsResponse < Struct.new(
  :application_id,
  :journey_id,
  :last_evaluated_time,
  :metrics,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The unique identifier for the journey run that the metric applies to.

Returns:

  • (String)


8820
8821
8822
8823
8824
8825
8826
8827
8828
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8820

class JourneyRunExecutionMetricsResponse < Struct.new(
  :application_id,
  :journey_id,
  :last_evaluated_time,
  :metrics,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end