ListFleetsInput

public struct ListFleetsInput : AWSShape
extension GameLift.ListFleetsInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for a build to return fleets for. Use this parameter to return only fleets using a specified build. Use either the build ID or ARN value. To retrieve all fleets, do not include either a BuildId and ScriptID parameter.

    Declaration

    Swift

    public let buildId: String?
  • The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

    Declaration

    Swift

    public let limit: Int?
  • Token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.

    Declaration

    Swift

    public let nextToken: String?
  • A unique identifier for a Realtime script to return fleets for. Use this parameter to return only fleets using a specified script. Use either the script ID or ARN value. To retrieve all fleets, leave this parameter empty.

    Declaration

    Swift

    public let scriptId: String?
  • Undocumented

    Declaration

    Swift

    public init(buildId: String? = nil, limit: Int? = nil, nextToken: String? = nil, scriptId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws