Class: Aws::Types::QueryGenerationTable

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#columns::Array[Types::QueryGenerationColumn]

Returns the value of attribute columns.

Returns:



2370
2371
2372
# File 'sig/types.rbs', line 2370

def columns
  @columns
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2368
2369
2370
# File 'sig/types.rbs', line 2368

def description
  @description
end

#inclusion"INCLUDE", "EXCLUDE"

Returns the value of attribute inclusion.

Returns:

  • ("INCLUDE", "EXCLUDE")


2369
2370
2371
# File 'sig/types.rbs', line 2369

def inclusion
  @inclusion
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2367
2368
2369
# File 'sig/types.rbs', line 2367

def name
  @name
end