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.
3686 3687 3688 |
# File 'sig/types.rbs', line 3686 def db_cluster_identifier @db_cluster_identifier end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
3685 3686 3687 |
# File 'sig/types.rbs', line 3685 def global_cluster_identifier @global_cluster_identifier end |