Class: Aws::Types::ListDbServersOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_servers::Array[Types::DbServerSummary]

Returns the value of attribute db_servers.

Returns:



1925
1926
1927
# File 'sig/types.rbs', line 1925

def db_servers
  @db_servers
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1924
1925
1926
# File 'sig/types.rbs', line 1924

def next_token
  @next_token
end