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