class
Amazonite::ApiGateway::DeleteUsagePlanKeyRequest
- Amazonite::ApiGateway::DeleteUsagePlanKeyRequest
- Reference
- Object
Overview
The DELETE request to delete a usage plan key and remove the underlying API key from the associated usage plan.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/delete_usage_plan_key_request.crConstructors
- .new(usage_plan_id : String, key_id : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key_id : String
The Id of the UsagePlanKey resource to be deleted.
-
#key_id=(key_id : String)
The Id of the UsagePlanKey resource to be deleted.
-
#usage_plan_id : String
The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted 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-deleted 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-deleted UsagePlanKey resource representing a plan customer.
The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer.