Class: Aws::Types::QueryGenerationColumn
- Inherits:
-
Object
- Object
- Aws::Types::QueryGenerationColumn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#description ⇒ ::String
Returns the value of attribute description.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def description @description end |
#inclusion ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute inclusion.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def inclusion @inclusion end |
#name ⇒ ::String
Returns the value of attribute name.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def name @name end |