class
Amazonite::ApiGateway::ClientCertificates
- Amazonite::ApiGateway::ClientCertificates
- Reference
- Object
Overview
Represents a collection of ClientCertificate resources.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/client_certificates.crConstructors
- .new(pull : JSON::PullParser)
- .new(items : Array(ClientCertificate) | Nil = nil, position : String | Nil = nil)
- .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) -
#items : Array(ClientCertificate) | Nil
The current page of elements from this collection.
-
#items=(items : Array(ClientCertificate) | 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?.
def items=(items : Array(ClientCertificate) | Nil)
#
The current page of elements from this collection.