MarkerRecordedEventAttributes

public struct MarkerRecordedEventAttributes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarker decision that requested this marker. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

    Declaration

    Swift

    public let decisionTaskCompletedEventId: Int64
  • The details of the marker.

    Declaration

    Swift

    public let details: String?
  • The name of the marker.

    Declaration

    Swift

    public let markerName: String
  • Undocumented

    Declaration

    Swift

    public init(decisionTaskCompletedEventId: Int64, details: String? = nil, markerName: String)