Class: Aws::Types::ListNodesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListNodesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#node_info_list ⇒ ::Array[Types::NodeInfo]
Returns the value of attribute node_info_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def next_token @next_token end |
#node_info_list ⇒ ::Array[Types::NodeInfo]
Returns the value of attribute node_info_list.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def node_info_list @node_info_list end |