DeleteUsagePlanKeyRequest

public struct DeleteUsagePlanKeyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Required] The Id of the UsagePlanKey resource to be deleted.

    Declaration

    Swift

    public let keyId: String
  • [Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer.

    Declaration

    Swift

    public let usagePlanId: String
  • Undocumented

    Declaration

    Swift

    public init(keyId: String, usagePlanId: String)