ListDomainsRequest
public struct ListDomainsRequest : AWSShape
extension SageMaker.ListDomainsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Returns a list up to a specified limit.
Declaration
Swift
public let maxResults: Int? -
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
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) -> SageMaker.ListDomainsRequest
View on GitHub
ListDomainsRequest Structure Reference