CreateUsagePlanKeyRequest

public struct CreateUsagePlanKeyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Required] The identifier of a UsagePlanKey resource for a plan customer.

    Declaration

    Swift

    public let keyId: String
  • [Required] The type of a UsagePlanKey resource for a plan customer.

    Declaration

    Swift

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

    Declaration

    Swift

    public let usagePlanId: String
  • Undocumented

    Declaration

    Swift

    public init(keyId: String, keyType: String, usagePlanId: String)