GetServiceGraphResult

public struct GetServiceGraphResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A flag indicating whether the group’s filter expression has been consistent, or if the returned service graph may show traces from an older version of the group’s filter expression.

    Declaration

    Swift

    public let containsOldGroupVersions: Bool?
  • The end of the time frame for which the graph was generated.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • Pagination token.

    Declaration

    Swift

    public let nextToken: String?
  • The services that have processed a traced request during the specified time frame.

    Declaration

    Swift

    public let services: [Service]?
  • The start of the time frame for which the graph was generated.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(containsOldGroupVersions: Bool? = nil, endTime: TimeStamp? = nil, nextToken: String? = nil, services: [Service]? = nil, startTime: TimeStamp? = nil)