Class: Aws::Types::MultiLocationConfig
- Inherits:
-
Object
- Object
- Aws::Types::MultiLocationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location_type ⇒ "Primary", "Replica"
Returns the value of attribute location_type.
-
#primary_location ⇒ ::String
Returns the value of attribute primary_location.
-
#replicas ⇒ ::Array[Types::Replica]
Returns the value of attribute replicas.
-
#replication_state ⇒ "InProgress", ...
Returns the value of attribute replication_state.
Instance Attribute Details
#location_type ⇒ "Primary", "Replica"
Returns the value of attribute location_type.
428 429 430 |
# File 'sig/types.rbs', line 428 def location_type @location_type end |
#primary_location ⇒ ::String
Returns the value of attribute primary_location.
429 430 431 |
# File 'sig/types.rbs', line 429 def primary_location @primary_location end |
#replicas ⇒ ::Array[Types::Replica]
Returns the value of attribute replicas.
430 431 432 |
# File 'sig/types.rbs', line 430 def replicas @replicas end |
#replication_state ⇒ "InProgress", ...
Returns the value of attribute replication_state.
431 432 433 |
# File 'sig/types.rbs', line 431 def replication_state @replication_state end |