Class: Aws::PaymentCryptography::Types::DisableDefaultKeyReplicationRegionsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb

Overview

Input parameters for disabling default key replication regions for the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replication_regionsArray<String>

The list of Amazon Web Services Regions to remove from the account's default replication regions.

New keys created after this operation will not automatically be replicated to these regions, though existing keys with replication to these regions will be unaffected.

Returns:

  • (Array<String>)


391
392
393
394
395
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 391

class DisableDefaultKeyReplicationRegionsInput < Struct.new(
  :replication_regions)
  SENSITIVE = []
  include Aws::Structure
end