class
Amazonite::ApiGateway::CreateUsagePlanKeyRequest
- Amazonite::ApiGateway::CreateUsagePlanKeyRequest
- Reference
- Object
Overview
The POST request to create a usage plan key for adding an existing API key to a usage plan.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/create_usage_plan_key_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key_id : String
The identifier of a UsagePlanKey resource for a plan customer.
-
#key_id=(key_id : String)
The identifier of a UsagePlanKey resource for a plan customer.
-
#key_type : String
The type of a UsagePlanKey resource for a plan customer.
-
#key_type=(key_type : String)
The type of a UsagePlanKey resource for a plan customer.
-
#usage_plan_id : String
The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer.
-
#usage_plan_id=(usage_plan_id : String)
The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer.
The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer.