GetUsagePlanKeyRequest
public struct GetUsagePlanKeyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
[Required] The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
Declaration
Swift
public let keyId: String
-
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
Declaration
Swift
public let usagePlanId: String
-
Undocumented
Declaration
Swift
public init(keyId: String, usagePlanId: String)