GetServiceGraphRequest

public struct GetServiceGraphRequest : AWSShape
extension XRay.GetServiceGraphRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The end of the timeframe for which to generate a graph.

    Declaration

    Swift

    public let endTime: TimeStamp
  • The ARN of a group to generate a graph based on.

    Declaration

    Swift

    public let groupARN: String?
  • The name of a group to generate a graph based on.

    Declaration

    Swift

    public let groupName: String?
  • Pagination token.

    Declaration

    Swift

    public let nextToken: String?
  • The start of the time frame for which to generate a graph.

    Declaration

    Swift

    public let startTime: TimeStamp
  • Undocumented

    Declaration

    Swift

    public init(endTime: TimeStamp, groupARN: String? = nil, groupName: String? = nil, nextToken: String? = nil, startTime: TimeStamp)
  • Declaration

    Swift

    public func validate(name: String) throws