ListFleetsRequest

public struct ListFleetsRequest : AWSShape
extension WorkLink.ListFleetsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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(maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws