Class: Aws::Types::RebootDbClusterInput
- Inherits:
-
Object
- Object
- Aws::Types::RebootDbClusterInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_id ⇒ ::String
Returns the value of attribute db_cluster_id.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
Instance Attribute Details
#db_cluster_id ⇒ ::String
Returns the value of attribute db_cluster_id.
727 728 729 |
# File 'sig/types.rbs', line 727 def db_cluster_id @db_cluster_id end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
728 729 730 |
# File 'sig/types.rbs', line 728 def instance_ids @instance_ids end |