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.
-
#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.
852 853 854 |
# File 'sig/types.rbs', line 852 def db_cluster_arn @db_cluster_arn end |
#is_writer ⇒ Boolean
Returns the value of attribute is_writer.
854 855 856 |
# File 'sig/types.rbs', line 854 def is_writer @is_writer end |
#readers ⇒ ::Array[::String]
Returns the value of attribute readers.
853 854 855 |
# File 'sig/types.rbs', line 853 def readers @readers end |
#synchronization_status ⇒ "connected", "pending-resync"
Returns the value of attribute synchronization_status.
855 856 857 |
# File 'sig/types.rbs', line 855 def synchronization_status @synchronization_status end |