class Amazonite::SecretsManager::BatchGetSecretValueRequest

Included Modules

Defined in:

secrets_manager/batch_get_secret_value_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(secret_id_list : Array(String) | Nil = nil, filters : Array(Filter) | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil) #

[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 choose which secrets to retrieve. You must include Filters or SecretIdList, but not both.


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

The filters to choose which secrets to retrieve. You must include Filters or SecretIdList, but not both.


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

See Object#hash(hasher)


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 BatchGetSecretValue again with the value from NextToken. To use this parameter, you must also use the Filters parameter.


[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 BatchGetSecretValue again with the value from NextToken. To use this parameter, you must also use the Filters parameter.


[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 BatchGetSecretValue 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 BatchGetSecretValue again with this value.


[View source]
def secret_id_list : Array(String) | Nil #

The ARN or names of the secrets to retrieve. You must include Filters or SecretIdList, but not both.


[View source]
def secret_id_list=(secret_id_list : Array(String) | Nil) #

The ARN or names of the secrets to retrieve. You must include Filters or SecretIdList, but not both.


[View source]
def validate! : Nil #

[View source]