Class: Aws::Types::DatabaseColumnList
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseColumnList
- 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.
199 200 201 |
# File 'sig/types.rbs', line 199 def exclude @exclude end |
#include ⇒ ::Array[::String]
Returns the value of attribute include.
198 199 200 |
# File 'sig/types.rbs', line 198 def include @include end |