Class: Aws::Types::RemoveFromGlobalClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::RemoveFromGlobalClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
Instance Attribute Details
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def db_cluster_identifier @db_cluster_identifier end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def global_cluster_identifier @global_cluster_identifier end |