Class: Aws::Types::QueryGenerationInput
- Inherits:
-
Object
- Object
- Aws::Types::QueryGenerationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#text ⇒ ::String
Returns the value of attribute text.
-
#type ⇒ "TEXT"
Returns the value of attribute type.
Instance Attribute Details
#text ⇒ ::String
Returns the value of attribute text.
2222 2223 2224 |
# File 'sig/types.rbs', line 2222 def text @text end |
#type ⇒ "TEXT"
Returns the value of attribute type.
2223 2224 2225 |
# File 'sig/types.rbs', line 2223 def type @type end |