class
Amazonite::SecretsManager::BatchGetSecretValueResponse
- Amazonite::SecretsManager::BatchGetSecretValueResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/batch_get_secret_value_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(secret_values : Array(SecretValueEntry) | Nil = nil, next_token : String | Nil = nil, errors : Array(APIErrorType) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#errors : Array(APIErrorType) | Nil
A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.
-
#errors=(errors : Array(APIErrorType) | Nil)
A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
Secrets Manager includes this value if there's more output available than what is included in the current response.
-
#next_token=(next_token : String | Nil)
Secrets Manager includes this value if there's more output available than what is included in the current response.
-
#secret_values : Array(SecretValueEntry) | Nil
A list of secret values.
-
#secret_values=(secret_values : Array(SecretValueEntry) | Nil)
A list of secret values.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.
A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.
Secrets Manager includes this value if there's more output available than what is included in
the current response. This can occur even when the response includes no values at all, such as
when you ask for a filtered view of a long list. To get the next results, call
BatchGetSecretValue again with this value.
Secrets Manager includes this value if there's more output available than what is included in
the current response. This can occur even when the response includes no values at all, such as
when you ask for a filtered view of a long list. To get the next results, call
BatchGetSecretValue again with this value.