UpdateApiKeyResponse
public struct UpdateApiKeyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The API key.
Declaration
Swift
public let apiKey: ApiKey? -
Undocumented
Declaration
Swift
public init(apiKey: ApiKey? = nil)
View on GitHub
UpdateApiKeyResponse Structure Reference