Class: Aws::PaymentCryptography::Types::DisableDefaultKeyReplicationRegionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::DisableDefaultKeyReplicationRegionsInput
- 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
-
#replication_regions ⇒ Array<String>
The list of Amazon Web Services Regions to remove from the account's default replication regions.
Instance Attribute Details
#replication_regions ⇒ Array<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.
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 |