Class: Aws::PaymentCryptography::Types::EnableDefaultKeyReplicationRegionsOutput

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

Overview

Output from enabling default key replication regions for the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_replication_regionsArray<String>

The complete list of regions where default key replication is now enabled for the account.

This includes both previously enabled regions and the newly added regions from this operation.

Returns:

  • (Array<String>)


398
399
400
401
402
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 398

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