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.
Instance Attribute Details
#db_cluster_arn ⇒ ::String
Returns the value of attribute db_cluster_arn.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def db_cluster_arn @db_cluster_arn end |
#is_writer ⇒ Boolean
Returns the value of attribute is_writer.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def is_writer @is_writer end |
#readers ⇒ ::Array[::String]
Returns the value of attribute readers.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def readers @readers end |