Class: Aws::Odb::Types::ListDbServersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ListDbServersOutput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_servers ⇒ Array<Types::DbServerSummary>
The list of database servers along with their properties.
-
#next_token ⇒ String
The token to include in another request to get the next page of items.
Instance Attribute Details
#db_servers ⇒ Array<Types::DbServerSummary>
The list of database servers along with their properties.
8515 8516 8517 8518 8519 8520 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8515 class ListDbServersOutput < Struct.new( :next_token, :db_servers) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
8515 8516 8517 8518 8519 8520 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8515 class ListDbServersOutput < Struct.new( :next_token, :db_servers) SENSITIVE = [] include Aws::Structure end |