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.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def db_cluster_identifier @db_cluster_identifier end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def global_cluster_identifier @global_cluster_identifier end |