Class: Aws::Types::ListNodesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



1105
1106
1107
# File 'sig/types.rbs', line 1105

def node_info_list
  @node_info_list
end