Class: Aws::Types::DatabaseColumnList

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclude::Array[::String]

Returns the value of attribute exclude.

Returns:

  • (::Array[::String])


199
200
201
# File 'sig/types.rbs', line 199

def exclude
  @exclude
end

#include::Array[::String]

Returns the value of attribute include.

Returns:

  • (::Array[::String])


198
199
200
# File 'sig/types.rbs', line 198

def include
  @include
end