class Amazonite::SecretsManager::ListSecretVersionIdsResponse

Included Modules

Defined in:

secrets_manager/list_secret_version_ids_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(versions : Array(SecretVersionsListEntry) | Nil = nil, next_token : String | Nil = nil, arn : String | Nil = nil, name : String | 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 arn : String | Nil #

The ARN of the secret.


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

The ARN of the secret.


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

See Object#hash(hasher)


def name : String | Nil #

The name of the secret.


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

The name of the secret.


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


[View source]
def validate! : Nil #

[View source]
def versions : Array(SecretVersionsListEntry) | Nil #

A list of the versions of the secret.


[View source]
def versions=(versions : Array(SecretVersionsListEntry) | Nil) #

A list of the versions of the secret.


[View source]