Class: Aws::Types::ListDbNodesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListDbNodesInput
- 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.
-
#exadb_vm_cluster_id ⇒ ::String
Returns the value of attribute exadb_vm_cluster_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#cloud_vm_cluster_id ⇒ ::String
Returns the value of attribute cloud_vm_cluster_id.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def cloud_vm_cluster_id @cloud_vm_cluster_id end |
#exadb_vm_cluster_id ⇒ ::String
Returns the value of attribute exadb_vm_cluster_id.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def exadb_vm_cluster_id @exadb_vm_cluster_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def next_token @next_token end |