Class: Aws::Types::QueryGenerationTable
- Inherits:
-
Object
- Object
- Aws::Types::QueryGenerationTable
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#columns ⇒ ::Array[Types::QueryGenerationColumn]
Returns the value of attribute columns.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#inclusion ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute inclusion.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#columns ⇒ ::Array[Types::QueryGenerationColumn]
Returns the value of attribute columns.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def columns @columns end |
#description ⇒ ::String
Returns the value of attribute description.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def description @description end |
#inclusion ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute inclusion.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def inclusion @inclusion end |
#name ⇒ ::String
Returns the value of attribute name.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def name @name end |