Class: Aws::Types::DatabaseList
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclude ⇒ ::Array[::String]
Returns the value of attribute exclude.
-
#include ⇒ ::Array[::String]
Returns the value of attribute include.
Instance Attribute Details
#exclude ⇒ ::Array[::String]
Returns the value of attribute exclude.
205 206 207 |
# File 'sig/types.rbs', line 205 def exclude @exclude end |
#include ⇒ ::Array[::String]
Returns the value of attribute include.
204 205 206 |
# File 'sig/types.rbs', line 204 def include @include end |