ListApiKeysResponse
public struct ListApiKeysResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ApiKey objects.
Declaration
Swift
public let apiKeys: [ApiKey]?
-
An identifier to be passed in the next request to this operation to return the next set of items in the list.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(apiKeys: [ApiKey]? = nil, nextToken: String? = nil)