class Amazonite::SecretsManager::ListSecretsRequest

Included Modules

Defined in:

secrets_manager/list_secrets_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.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) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def filters : Array(Filter) | Nil #

The filters to apply to the list of secrets.


[View source]
def filters=(filters : Array(Filter) | Nil) #

The filters to apply to the list of secrets.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def include_planned_deletion : Bool | Nil #

Specifies whether to include secrets scheduled for deletion. By default, secrets scheduled for deletion aren't included.


[View source]
def include_planned_deletion=(include_planned_deletion : Bool | Nil) #

Specifies whether to include secrets scheduled for deletion. By default, secrets scheduled for deletion aren't included.


[View source]
def max_results : Int32 | Nil #

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.


[View source]
def max_results=(max_results : Int32 | Nil) #

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.


[View source]
def next_token : String | Nil #

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.


[View source]
def 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. To get the next results, call ListSecrets again with this value.


[View source]
def sort_by : SortByType | Nil #

If not specified, secrets are listed by CreatedDate.


[View source]
def sort_by=(sort_by : SortByType | Nil) #

If not specified, secrets are listed by CreatedDate.


[View source]
def sort_order : SortOrderType | Nil #

Secrets are listed by CreatedDate.


[View source]
def sort_order=(sort_order : SortOrderType | Nil) #

Secrets are listed by CreatedDate.


[View source]
def validate! : Nil #

[View source]