class
Amazonite::SecretsManager::ListSecretVersionIdsRequest
- Amazonite::SecretsManager::ListSecretVersionIdsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/list_secret_version_ids_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(secret_id : String, max_results : Int32 | Nil = nil, next_token : String | Nil = nil, include_deprecated : 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. -
#hash(hasher)
See
Object#hash(hasher) -
#include_deprecated : Bool | Nil
Specifies whether to include versions of secrets that don't have any staging labels attached to them.
-
#include_deprecated=(include_deprecated : Bool | Nil)
Specifies whether to include versions of secrets that don't have any staging labels attached to them.
-
#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 : String
The ARN or name of the secret whose versions you want to list.
-
#secret_id=(secret_id : String)
The ARN or name of the secret whose versions you want to list.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specifies whether to include versions of secrets that don't have any staging labels attached to them. Versions without staging labels are considered deprecated and are subject to deletion by Secrets Manager. By default, versions without staging labels aren't included.
Specifies whether to include versions of secrets that don't have any staging labels attached to them. Versions without staging labels are considered deprecated and are subject to deletion by Secrets Manager. By default, versions without staging labels aren't included.
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 ListSecretVersionIds again with the value from NextToken.
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 ListSecretVersionIds again with the value from NextToken.
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 ListSecretVersionIds 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 ListSecretVersionIds again with this value.
The ARN or name of the secret whose versions you want to list.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
The ARN or name of the secret whose versions you want to list.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.