ResponseTimeRootCauseEntity

public struct ResponseTimeRootCauseEntity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The types and messages of the exceptions.

    Declaration

    Swift

    public let coverage: Double?
  • The name of the entity.

    Declaration

    Swift

    public let name: String?
  • A flag that denotes a remote subsegment.

    Declaration

    Swift

    public let remote: Bool?
  • Undocumented

    Declaration

    Swift

    public init(coverage: Double? = nil, name: String? = nil, remote: Bool? = nil)