Class: Aws::Types::RegionalConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RegionalConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
-
#replication_group_region ⇒ ::String
Returns the value of attribute replication_group_region.
-
#resharding_configuration ⇒ ::Array[Types::ReshardingConfiguration]
Returns the value of attribute resharding_configuration.
Instance Attribute Details
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def replication_group_id @replication_group_id end |
#replication_group_region ⇒ ::String
Returns the value of attribute replication_group_region.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def replication_group_region @replication_group_region end |
#resharding_configuration ⇒ ::Array[Types::ReshardingConfiguration]
Returns the value of attribute resharding_configuration.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def resharding_configuration @resharding_configuration end |