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.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def text @text end |
#type ⇒ "TEXT"
Returns the value of attribute type.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def type @type end |