class
Amazonite::SecretsManager::ListSecretsRequest
- Amazonite::SecretsManager::ListSecretsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/list_secrets_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(include_planned_deletion : Bool | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil, filters : Array(Filter) | Nil = nil, sort_order : SortOrderType | Nil = nil, sort_by : SortByType | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#filters : Array(Filter) | Nil
The filters to apply to the list of secrets.
-
#filters=(filters : Array(Filter) | Nil)
The filters to apply to the list of secrets.
-
#hash(hasher)
See
Object#hash(hasher) -
#include_planned_deletion : Bool | Nil
Specifies whether to include secrets scheduled for deletion.
-
#include_planned_deletion=(include_planned_deletion : Bool | Nil)
Specifies whether to include secrets scheduled for deletion.
-
#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.
-
#sort_by : SortByType | Nil
If not specified, secrets are listed by
CreatedDate. -
#sort_by=(sort_by : SortByType | Nil)
If not specified, secrets are listed by
CreatedDate. -
#sort_order : SortOrderType | Nil
Secrets are listed by
CreatedDate. -
#sort_order=(sort_order : SortOrderType | Nil)
Secrets are listed by
CreatedDate. - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The filters to apply to the list of secrets.
Specifies whether to include secrets scheduled for deletion. By default, secrets scheduled for deletion aren't included.
Specifies whether to include secrets scheduled for deletion. By default, secrets scheduled for deletion 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 ListSecrets 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 ListSecrets 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 ListSecrets 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 ListSecrets again with this value.