ListDomainsRequest
public struct ListDomainsRequest : AWSShape
extension WorkLink.ListDomainsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the fleet.
Declaration
Swift
public let fleetArn: String -
The maximum number of results to be included in the next page.
Declaration
Swift
public let maxResults: Int? -
The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(fleetArn: String, maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> WorkLink.ListDomainsRequest
View on GitHub
ListDomainsRequest Structure Reference