Class: Aws::Types::MultiRegionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MultiRegionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#multi_region_key_type ⇒ "PRIMARY", "REPLICA"
Returns the value of attribute multi_region_key_type.
-
#primary_key ⇒ Types::MultiRegionKey
Returns the value of attribute primary_key.
-
#replica_keys ⇒ ::Array[Types::MultiRegionKey]
Returns the value of attribute replica_keys.
Instance Attribute Details
#multi_region_key_type ⇒ "PRIMARY", "REPLICA"
Returns the value of attribute multi_region_key_type.
776 777 778 |
# File 'sig/types.rbs', line 776 def multi_region_key_type @multi_region_key_type end |
#primary_key ⇒ Types::MultiRegionKey
Returns the value of attribute primary_key.
777 778 779 |
# File 'sig/types.rbs', line 777 def primary_key @primary_key end |
#replica_keys ⇒ ::Array[Types::MultiRegionKey]
Returns the value of attribute replica_keys.
778 779 780 |
# File 'sig/types.rbs', line 778 def replica_keys @replica_keys end |