BatchGetTracesResult

public struct BatchGetTracesResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Pagination token.

    Declaration

    Swift

    public let nextToken: String?
  • Full traces for the specified requests.

    Declaration

    Swift

    public let traces: [Trace]?
  • Trace IDs of requests that haven’t been processed.

    Declaration

    Swift

    public let unprocessedTraceIds: [String]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, traces: [Trace]? = nil, unprocessedTraceIds: [String]? = nil)