class
Amazonite::ApiGateway::GetUsagePlanRequest
- Amazonite::ApiGateway::GetUsagePlanRequest
- Reference
- Object
Overview
The GET request to get a usage plan of a given plan identifier.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_usage_plan_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#usage_plan_id : String
The identifier of the UsagePlan resource to be retrieved.
-
#usage_plan_id=(usage_plan_id : String)
The identifier of the UsagePlan resource to be retrieved.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def usage_plan_id=(usage_plan_id : String)
#
The identifier of the UsagePlan resource to be retrieved.