class
Amazonite::ApiGateway::ApiKeyIds
- Amazonite::ApiGateway::ApiKeyIds
- Reference
- Object
Overview
The identifier of an ApiKey used in a UsagePlan.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/api_key_ids.crConstructors
- .new(pull : JSON::PullParser)
- .new(ids : Array(String) | Nil = nil, warnings : Array(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) -
#ids : Array(String) | Nil
A list of all the ApiKey identifiers.
-
#ids=(ids : Array(String) | Nil)
A list of all the ApiKey identifiers.
- #validate! : Nil
-
#warnings : Array(String) | Nil
A list of warning messages.
-
#warnings=(warnings : Array(String) | Nil)
A list of warning messages.
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?.