ResponseTimeRootCause
public struct ResponseTimeRootCause : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A flag that denotes that the root cause impacts the trace client.
Declaration
Swift
public let clientImpacting: Bool? -
A list of corresponding services. A service identifies a segment and contains a name, account ID, type, and inferred flag.
Declaration
Swift
public let services: [ResponseTimeRootCauseService]? -
Undocumented
Declaration
Swift
public init(clientImpacting: Bool? = nil, services: [ResponseTimeRootCauseService]? = nil)
View on GitHub
ResponseTimeRootCause Structure Reference