GetTraceGraphResult
public struct GetTraceGraphResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Pagination token.
Declaration
Swift
public let nextToken: String?
-
The services that have processed one of the specified requests.
Declaration
Swift
public let services: [Service]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, services: [Service]? = nil)