Class: Aws::PaymentCryptography::Types::DisableDefaultKeyReplicationRegionsOutput

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

Overview

Output from disabling default key replication regions for the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_replication_regionsArray<String>

The remaining list of regions where default key replication is still enabled for the account.

This reflects the account's default replication configuration after removing the specified regions.

Returns:

  • (Array<String>)


361
362
363
364
365
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 361

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