Class: Aws::Odb::Types::ListDbServersOutput

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_serversArray<Types::DbServerSummary>

The list of database servers along with their properties.



4045
4046
4047
4048
4049
4050
# File 'lib/aws-sdk-odb/types.rb', line 4045

class ListDbServersOutput < Struct.new(
  :next_token,
  :db_servers)
  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.



4045
4046
4047
4048
4049
4050
# File 'lib/aws-sdk-odb/types.rb', line 4045

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