ListGraphsRequest
public struct ListGraphsRequest : AWSShape
extension Detective.ListGraphsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of graphs to return at a time. The total must be less than the overall limit on the number of results to return, which is currently 200.
Declaration
Swift
public let maxResults: Int?
-
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Detective.ListGraphsRequest