Class: Aws::Types::AssociateVirtualMachinesToExadbVmClusterInput
- Inherits:
-
Object
- Object
- Aws::Types::AssociateVirtualMachinesToExadbVmClusterInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_node_count ⇒ ::Integer
Returns the value of attribute desired_node_count.
-
#exadb_vm_cluster_id ⇒ ::String
Returns the value of attribute exadb_vm_cluster_id.
Instance Attribute Details
#desired_node_count ⇒ ::Integer
Returns the value of attribute desired_node_count.
64 65 66 |
# File 'sig/types.rbs', line 64 def desired_node_count @desired_node_count end |
#exadb_vm_cluster_id ⇒ ::String
Returns the value of attribute exadb_vm_cluster_id.
63 64 65 |
# File 'sig/types.rbs', line 63 def exadb_vm_cluster_id @exadb_vm_cluster_id end |