class
Amazonite::ApiGateway::ApiKeys
- Amazonite::ApiGateway::ApiKeys
- Reference
- Object
Overview
Represents a collection of API keys as represented by an ApiKeys resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/api_keys.crConstructors
- .new(pull : JSON::PullParser)
- .new(warnings : Array(String) | Nil = nil, items : Array(ApiKey) | 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(ApiKey) | Nil
The current page of elements from this collection.
-
#items=(items : Array(ApiKey) | 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
-
#warnings : Array(String) | Nil
A list of warning messages logged during the import of API keys when the
failOnWarningsoption is set to true. -
#warnings=(warnings : Array(String) | Nil)
A list of warning messages logged during the import of API keys when the
failOnWarningsoption is set to true.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The current page of elements from this collection.
A list of warning messages logged during the import of API keys when the failOnWarnings option
is set to true.
A list of warning messages logged during the import of API keys when the failOnWarnings option
is set to true.