SearchDevicesRequest
public struct SearchDevicesRequest : AWSShape
extension Braket.SearchDevicesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The filter values to use to search for a device.
Declaration
Swift
public let filters: [SearchDevicesFilter] -
The maximum number of results to return in the response.
Declaration
Swift
public let maxResults: Int? -
A token used for pagination of results returned in the response. Use the token returned from the previous request continue results where the previous request ended.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(filters: [SearchDevicesFilter], maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Braket.SearchDevicesRequest
View on GitHub
SearchDevicesRequest Structure Reference