Class: Aws::Types::QueryGenerationColumn

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2349
2350
2351
# File 'sig/types.rbs', line 2349

def description
  @description
end

#inclusion"INCLUDE", "EXCLUDE"

Returns the value of attribute inclusion.

Returns:

  • ("INCLUDE", "EXCLUDE")


2350
2351
2352
# File 'sig/types.rbs', line 2350

def inclusion
  @inclusion
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2348
2349
2350
# File 'sig/types.rbs', line 2348

def name
  @name
end