Class: Aws::PaymentCryptography::Types::RemoveKeyReplicationRegionsOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#keyTypes::Key

The updated key metadata after removing the replication regions.

This reflects the current state of the key and its updated replication configuration.

Returns:



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