class Aws::APIGateway::Types::CreateUsagePlanKeyRequest
The POST request to create a usage plan key for adding an existing API key to a usage plan.
@note When making an API call, you may pass CreateUsagePlanKeyRequest
data as a hash: { usage_plan_id: "String", # required key_id: "String", # required key_type: "String", # required }
@!attribute [rw] usage_plan_id
\[Required\] The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer. @return [String]
@!attribute [rw] key_id
\[Required\] The identifier of a UsagePlanKey resource for a plan customer. @return [String]
@!attribute [rw] key_type
\[Required\] The type of a UsagePlanKey resource for a plan customer. @return [String]
Constants
- SENSITIVE