Class: Aws::PaymentCryptography::Types::RemoveKeyReplicationRegionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::RemoveKeyReplicationRegionsOutput
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Output from removing replication regions from a key.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ Types::Key
The updated key metadata after removing the replication regions.
Instance Attribute Details
#key ⇒ Types::Key
The updated key metadata after removing the replication regions.
This reflects the current state of the key and its updated replication configuration.
1821 1822 1823 1824 1825 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1821 class RemoveKeyReplicationRegionsOutput < Struct.new( :key) SENSITIVE = [] include Aws::Structure end |