class
Amazonite::ApiGateway::GetUsagePlanKeysRequest
- Amazonite::ApiGateway::GetUsagePlanKeysRequest
- Reference
- Object
Overview
The GET request to get all the usage plan keys representing the API keys added to a specified usage plan.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_usage_plan_keys_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(usage_plan_id : String, position : String | Nil = nil, limit : Int32 | Nil = nil, name_query : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#limit : Int32 | Nil
The maximum number of returned results per page.
-
#limit=(limit : Int32 | Nil)
The maximum number of returned results per page.
-
#name_query : String | Nil
A query parameter specifying the name of the to-be-returned usage plan keys.
-
#name_query=(name_query : String | Nil)
A query parameter specifying the name of the to-be-returned usage plan keys.
-
#position : String | Nil
The current pagination position in the paged result set.
-
#position=(position : String | Nil)
The current pagination position in the paged result set.
-
#usage_plan_id : String
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved 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-retrieved 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 maximum number of returned results per page. The default value is 25 and the maximum value is 500.
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
A query parameter specifying the name of the to-be-returned usage plan keys.
A query parameter specifying the name of the to-be-returned usage plan keys.
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.