Class: Aws::Types::ListDbInstancesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListDbInstancesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::DbInstanceSummary]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::DbInstanceSummary]
Returns the value of attribute items.
657 658 659 |
# File 'sig/types.rbs', line 657 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
658 659 660 |
# File 'sig/types.rbs', line 658 def next_token @next_token end |