Api Gateway > Structures > UsagePlanKey UsagePlanKey¶ Structure Class¶ UsagePlanKey dataclass ¶ Represents a usage plan key to identify a plan customer. Attributes¶ id class-attribute instance-attribute ¶ id: str | None = None The Id of a usage plan key. name class-attribute instance-attribute ¶ name: str | None = None The name of a usage plan key. type class-attribute instance-attribute ¶ type: str | None = None The type of a usage plan key. Currently, the valid key type is API_KEY. value class-attribute instance-attribute ¶ value: str | None = None The value of a usage plan key.