class Amazonite::SecretsManager::ListSecretsResponse

Included Modules

Defined in:

secrets_manager/list_secrets_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(secret_list : Array(SecretListEntry) | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def next_token : String | Nil #

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.


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


[View source]
def secret_list : Array(SecretListEntry) | Nil #

A list of the secrets in the account.


[View source]
def secret_list=(secret_list : Array(SecretListEntry) | Nil) #

A list of the secrets in the account.


[View source]
def validate! : Nil #

[View source]