class
Amazonite::ApiGateway::UsagePlans
- Amazonite::ApiGateway::UsagePlans
- Reference
- Object
Overview
Represents a collection of usage plans for an AWS account.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/usage_plans.crConstructors
- .new(pull : JSON::PullParser)
- .new(items : Array(UsagePlan) | Nil = nil, position : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#items : Array(UsagePlan) | Nil
The current page of elements from this collection.
-
#items=(items : Array(UsagePlan) | Nil)
The current page of elements from this collection.
-
#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.
- #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?.
The current page of elements from this collection.
The current page of elements from this collection.