class Amazonite::SecretsManager::BatchGetSecretValueResponse

Included Modules

Defined in:

secrets_manager/batch_get_secret_value_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(secret_values : Array(SecretValueEntry) | Nil = nil, next_token : String | Nil = nil, errors : Array(APIErrorType) | 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 errors : Array(APIErrorType) | Nil #

A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.


[View source]
def errors=(errors : Array(APIErrorType) | Nil) #

A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.


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


[View source]
def secret_values : Array(SecretValueEntry) | Nil #

A list of secret values.


[View source]
def secret_values=(secret_values : Array(SecretValueEntry) | Nil) #

A list of secret values.


[View source]
def validate! : Nil #

[View source]