Class: Aws::Types::GlobalClusterMember
- Inherits:
-
Object
- Object
- Aws::Types::GlobalClusterMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_arn ⇒ ::String
Returns the value of attribute db_cluster_arn.
-
#global_write_forwarding_status ⇒ "enabled", ...
Returns the value of attribute global_write_forwarding_status.
-
#is_writer ⇒ Boolean
Returns the value of attribute is_writer.
-
#readers ⇒ ::Array[::String]
Returns the value of attribute readers.
-
#synchronization_status ⇒ "connected", "pending-resync"
Returns the value of attribute synchronization_status.
Instance Attribute Details
#db_cluster_arn ⇒ ::String
Returns the value of attribute db_cluster_arn.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def db_cluster_arn @db_cluster_arn end |
#global_write_forwarding_status ⇒ "enabled", ...
Returns the value of attribute global_write_forwarding_status.
2686 2687 2688 |
# File 'sig/types.rbs', line 2686 def global_write_forwarding_status @global_write_forwarding_status end |
#is_writer ⇒ Boolean
Returns the value of attribute is_writer.
2685 2686 2687 |
# File 'sig/types.rbs', line 2685 def is_writer @is_writer end |
#readers ⇒ ::Array[::String]
Returns the value of attribute readers.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def readers @readers end |
#synchronization_status ⇒ "connected", "pending-resync"
Returns the value of attribute synchronization_status.
2687 2688 2689 |
# File 'sig/types.rbs', line 2687 def synchronization_status @synchronization_status end |