BatchGetTracesRequest

public struct BatchGetTracesRequest : AWSShape
extension XRay.BatchGetTracesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let nextToken: String?
  • Specify the trace IDs of requests for which to retrieve segments.

    Declaration

    Swift

    public let traceIds: [String]
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, traceIds: [String])
  • Declaration

    Swift

    public func validate(name: String) throws