class
Amazonite::ApiGateway::ImportApiKeysRequest
- Amazonite::ApiGateway::ImportApiKeysRequest
- Reference
- Object
Overview
The POST request to import API keys from an external source, such as a CSV-formatted file.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/import_api_keys_request.crConstructors
- .new(body : String, format : ApiKeysFormat, fail_on_warnings : Bool | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#body : String
The payload of the POST request to import API keys.
-
#body=(body : String)
The payload of the POST request to import API keys.
-
#fail_on_warnings : Bool | Nil
A query parameter to indicate whether to rollback ApiKey importation (
true) or not (false) when error is encountered. -
#fail_on_warnings=(fail_on_warnings : Bool | Nil)
A query parameter to indicate whether to rollback ApiKey importation (
true) or not (false) when error is encountered. -
#format : ApiKeysFormat
A query parameter to specify the input format to imported API keys.
-
#format=(format : ApiKeysFormat)
A query parameter to specify the input format to imported API keys.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The payload of the POST request to import API keys. For the payload format, see API Key File Format.
The payload of the POST request to import API keys. For the payload format, see API Key File Format.
A query parameter to indicate whether to rollback ApiKey importation (true) or not (false)
when error is encountered.
A query parameter to indicate whether to rollback ApiKey importation (true) or not (false)
when error is encountered.
A query parameter to specify the input format to imported API keys. Currently, only the csv
format is supported.
A query parameter to specify the input format to imported API keys. Currently, only the csv
format is supported.