UsagePlanKey
public struct UsagePlanKey : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Id of a usage plan key.
Declaration
Swift
public let id: String? -
The name of a usage plan key.
Declaration
Swift
public let name: String? -
The type of a usage plan key. Currently, the valid key type is API_KEY.
Declaration
Swift
public let type: String? -
The value of a usage plan key.
Declaration
Swift
public let value: String? -
Undocumented
Declaration
Swift
public init(id: String? = nil, name: String? = nil, type: String? = nil, value: String? = nil)
View on GitHub
UsagePlanKey Structure Reference