Class: Aws::Types::ListDbServersOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListDbServersOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_servers ⇒ ::Array[Types::DbServerSummary]
Returns the value of attribute db_servers.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#db_servers ⇒ ::Array[Types::DbServerSummary]
Returns the value of attribute db_servers.
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.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def next_token @next_token end |