ApiKeys
public struct ApiKeys : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The current page of elements from this collection.
Declaration
Swift
public let items: [ApiKey]? -
Undocumented
Declaration
Swift
public let position: String? -
A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.
Declaration
Swift
public let warnings: [String]? -
Undocumented
Declaration
Swift
public init(items: [ApiKey]? = nil, position: String? = nil, warnings: [String]? = nil)
View on GitHub
ApiKeys Structure Reference