Class: Aws::Types::ListNodesResult

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)


5331
5332
5333
# File 'sig/types.rbs', line 5331

def next_token
  @next_token
end

#nodes::Array[Types::DescribeNodeSummary]

Returns the value of attribute nodes.

Returns:



5332
5333
5334
# File 'sig/types.rbs', line 5332

def nodes
  @nodes
end