class
Amazonite::ApiGateway::Models
- Amazonite::ApiGateway::Models
- Reference
- Object
Overview
Represents a collection of Model resources.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/models.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#items : Array(Model) | Nil
The current page of elements from this collection.
-
#items=(items : Array(Model) | 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.