Class: Aws::Types::ListDbNodesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_nodes::Array[Types::DbNodeSummary]

Returns the value of attribute db_nodes.

Returns:



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.

Returns:

  • (::String)


1911
1912
1913
# File 'sig/types.rbs', line 1911

def next_token
  @next_token
end