Class: Aws::Types::StopDbNodeInput
- Inherits:
-
Object
- Object
- Aws::Types::StopDbNodeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_vm_cluster_id ⇒ ::String
Returns the value of attribute cloud_vm_cluster_id.
-
#db_node_id ⇒ ::String
Returns the value of attribute db_node_id.
-
#exadb_vm_cluster_id ⇒ ::String
Returns the value of attribute exadb_vm_cluster_id.
Instance Attribute Details
#cloud_vm_cluster_id ⇒ ::String
Returns the value of attribute cloud_vm_cluster_id.
2399 2400 2401 |
# File 'sig/types.rbs', line 2399 def cloud_vm_cluster_id @cloud_vm_cluster_id end |
#db_node_id ⇒ ::String
Returns the value of attribute db_node_id.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def db_node_id @db_node_id end |
#exadb_vm_cluster_id ⇒ ::String
Returns the value of attribute exadb_vm_cluster_id.
2400 2401 2402 |
# File 'sig/types.rbs', line 2400 def exadb_vm_cluster_id @exadb_vm_cluster_id end |