class
Amazonite::SecretsManager::ListSecretsResponse
- Amazonite::SecretsManager::ListSecretsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/list_secrets_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(secret_list : Array(SecretListEntry) | 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. -
#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_list : Array(SecretListEntry) | Nil
A list of the secrets in the account.
-
#secret_list=(secret_list : Array(SecretListEntry) | Nil)
A list of the secrets in the account.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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 ListSecrets
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 ListSecrets
again with this value.
A list of the secrets in the account.