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 -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> XRay.GetServiceGraphRequest
View on GitHub
GetServiceGraphRequest Structure Reference