JourneyExecutionMetricsResponse
public struct JourneyExecutionMetricsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier for the application that the metric applies to.
Declaration
Swift
public let applicationId: String
-
The unique identifier for the journey that the metric applies to.
Declaration
Swift
public let journeyId: String
-
The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the journey and updated the data for the metric.
Declaration
Swift
public let lastEvaluatedTime: String
-
A JSON object that contains the results of the query. For information about the structure and contents of the results, see the Amazon Pinpoint Developer Guide.
Declaration
Swift
public let metrics: [String : String]
-
Undocumented
Declaration
Swift
public init(applicationId: String, journeyId: String, lastEvaluatedTime: String, metrics: [String : String])