Class: Aws::Types::DatabaseTableList
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseTableList
- 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.
262 263 264 |
# File 'sig/types.rbs', line 262 def exclude @exclude end |
#include ⇒ ::Array[::String]
Returns the value of attribute include.
261 262 263 |
# File 'sig/types.rbs', line 261 def include @include end |