class
Amazonite::SecretsManager::BatchGetSecretValueRequest
- Amazonite::SecretsManager::BatchGetSecretValueRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/batch_get_secret_value_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(secret_id_list : Array(String) | Nil = nil, filters : Array(Filter) | Nil = nil, max_results : Int32 | Nil = nil, next_token : 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. -
#filters : Array(Filter) | Nil
The filters to choose which secrets to retrieve.
-
#filters=(filters : Array(Filter) | Nil)
The filters to choose which secrets to retrieve.
-
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The number of results to include in the response.
-
#max_results=(max_results : Int32 | Nil)
The number of results to include in the response.
-
#next_token : String | Nil
A token that indicates where the output should continue from, if a previous call did not show all results.
-
#next_token=(next_token : String | Nil)
A token that indicates where the output should continue from, if a previous call did not show all results.
-
#secret_id_list : Array(String) | Nil
The ARN or names of the secrets to retrieve.
-
#secret_id_list=(secret_id_list : Array(String) | Nil)
The ARN or names of the secrets to retrieve.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The filters to choose which secrets to retrieve. You must include Filters or SecretIdList,
but not both.
The filters to choose which secrets to retrieve. You must include Filters or SecretIdList,
but not both.
The number of results to include in the response.
If there are more results available, in the response, Secrets Manager includes NextToken. To
get the next results, call BatchGetSecretValue again with the value from NextToken. To use
this parameter, you must also use the Filters parameter.
The number of results to include in the response.
If there are more results available, in the response, Secrets Manager includes NextToken. To
get the next results, call BatchGetSecretValue again with the value from NextToken. To use
this parameter, you must also use the Filters parameter.
A token that indicates where the output should continue from, if a previous call did not show
all results. To get the next results, call BatchGetSecretValue again with this value.
A token that indicates where the output should continue from, if a previous call did not show
all results. To get the next results, call BatchGetSecretValue again with this value.
The ARN or names of the secrets to retrieve. You must include Filters or SecretIdList, but
not both.
The ARN or names of the secrets to retrieve. You must include Filters or SecretIdList, but
not both.