Class: Aws::PaymentCryptography::Types::AddKeyReplicationRegionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::AddKeyReplicationRegionsOutput
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Output from adding replication regions to a key.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ Types::Key
The updated key metadata after adding the replication regions.
Instance Attribute Details
#key ⇒ Types::Key
The updated key metadata after adding the replication regions.
This includes the current state of the key and its replication configuration.
71 72 73 74 75 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 71 class AddKeyReplicationRegionsOutput < Struct.new( :key) SENSITIVE = [] include Aws::Structure end |