GetApiKeysRequest
public struct GetApiKeysRequest : AWSShape
extension APIGateway.GetApiKeysRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of a customer in AWS Marketplace or an external system, such as a developer portal.
Declaration
Swift
public let customerId: String?
-
A boolean flag to specify whether (true) or not (false) the result contains key values.
Declaration
Swift
public let includeValues: Bool?
-
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
Declaration
Swift
public let limit: Int?
-
The name of queried API keys.
Declaration
Swift
public let nameQuery: String?
-
The current pagination position in the paged result set.
Declaration
Swift
public let position: String?
-
Undocumented
Declaration
Swift
public init(customerId: String? = nil, includeValues: Bool? = nil, limit: Int? = nil, nameQuery: String? = nil, position: String? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> APIGateway.GetApiKeysRequest