class
Amazonite::ApiGateway::GetApiKeyRequest
- Amazonite::ApiGateway::GetApiKeyRequest
- Reference
- Object
Overview
A request to get information about the current ApiKey resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_api_key_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#api_key : String
The identifier of the ApiKey resource.
-
#api_key=(api_key : String)
The identifier of the ApiKey resource.
-
#hash(hasher)
See
Object#hash(hasher) -
#include_value : Bool | Nil
A boolean flag to specify whether (
true) or not (false) the result contains the key value. -
#include_value=(include_value : Bool | Nil)
A boolean flag to specify whether (
true) or not (false) the result contains the key value. - #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 include_value : Bool | Nil
#
A boolean flag to specify whether (true) or not (false) the result contains the key value.
def include_value=(include_value : Bool | Nil)
#
A boolean flag to specify whether (true) or not (false) the result contains the key value.