Module: Aws::KMS::Client::_ReplicateKeyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ReplicateKeyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #replica_key_metadata ⇒ Types::KeyMetadata
- #replica_policy ⇒ ::String
- #replica_tags ⇒ ::Array[Types::Tag]
Instance Method Details
#replica_key_metadata ⇒ Types::KeyMetadata
672 |
# File 'sig/client.rbs', line 672
def replica_key_metadata: () -> Types::KeyMetadata
|
#replica_policy ⇒ ::String
673 |
# File 'sig/client.rbs', line 673
def replica_policy: () -> ::String
|
#replica_tags ⇒ ::Array[Types::Tag]
674 |
# File 'sig/client.rbs', line 674
def replica_tags: () -> ::Array[Types::Tag]
|