Class: Aws::Types::ListDbNodesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListDbNodesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_nodes ⇒ ::Array[Types::DbNodeSummary]
Returns the value of attribute db_nodes.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#db_nodes ⇒ ::Array[Types::DbNodeSummary]
Returns the value of attribute db_nodes.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def db_nodes @db_nodes end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def next_token @next_token end |