Module: Aws::SecretsManager::Client::_CreateSecretResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSecretResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #name ⇒ ::String
- #replication_status ⇒ ::Array[Types::ReplicationStatusType]
- #version_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def arn: () -> ::String
|
#name ⇒ ::String
117 |
# File 'sig/client.rbs', line 117
def name: () -> ::String
|
#replication_status ⇒ ::Array[Types::ReplicationStatusType]
119 |
# File 'sig/client.rbs', line 119
def replication_status: () -> ::Array[Types::ReplicationStatusType]
|
#version_id ⇒ ::String
118 |
# File 'sig/client.rbs', line 118
def version_id: () -> ::String
|