class
Amazonite::ApiGateway::GetApiKeysRequest
- Amazonite::ApiGateway::GetApiKeysRequest
- Reference
- Object
Overview
A request to get information about the current ApiKeys resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_api_keys_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(position : String | Nil = nil, limit : Int32 | Nil = nil, name_query : String | Nil = nil, customer_id : String | Nil = nil, include_values : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#customer_id : String | Nil
The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.
-
#customer_id=(customer_id : String | Nil)
The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.
-
#hash(hasher)
See
Object#hash(hasher) -
#include_values : Bool | Nil
A boolean flag to specify whether (
true) or not (false) the result contains key values. -
#include_values=(include_values : Bool | Nil)
A boolean flag to specify whether (
true) or not (false) the result contains key values. -
#limit : Int32 | Nil
The maximum number of returned results per page.
-
#limit=(limit : Int32 | Nil)
The maximum number of returned results per page.
-
#name_query : String | Nil
The name of queried API keys.
-
#name_query=(name_query : String | Nil)
The name of queried API keys.
-
#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
Returns true if this reference is the same as other. Invokes same?.
The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.
The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.
A boolean flag to specify whether (true) or not (false) the result contains key values.
A boolean flag to specify whether (true) or not (false) the result contains key values.
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.