Module: Aws::SecretsManager::Client::_ListSecretVersionIdsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListSecretVersionIdsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #name ⇒ ::String
- #next_token ⇒ ::String
- #versions ⇒ ::Array[Types::SecretVersionsListEntry]
Instance Method Details
#arn ⇒ ::String
252 |
# File 'sig/client.rbs', line 252
def arn: () -> ::String
|
#name ⇒ ::String
253 |
# File 'sig/client.rbs', line 253
def name: () -> ::String
|
#next_token ⇒ ::String
251 |
# File 'sig/client.rbs', line 251
def next_token: () -> ::String
|
#versions ⇒ ::Array[Types::SecretVersionsListEntry]
250 |
# File 'sig/client.rbs', line 250
def versions: () -> ::Array[Types::SecretVersionsListEntry]
|