Class: Aws::Odb::Types::ListDbNodesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-odb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_nodesArray<Types::DbNodeSummary>

The list of DB nodes along with their properties.

Returns:



3999
4000
4001
4002
4003
4004
# File 'lib/aws-sdk-odb/types.rb', line 3999

class ListDbNodesOutput < Struct.new(
  :next_token,
  :db_nodes)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to include in another request to get the next page of items. This value is ‘null` when there are no more items to return.

Returns:

  • (String)


3999
4000
4001
4002
4003
4004
# File 'lib/aws-sdk-odb/types.rb', line 3999

class ListDbNodesOutput < Struct.new(
  :next_token,
  :db_nodes)
  SENSITIVE = []
  include Aws::Structure
end