Class: Aws::Types::KnowledgeBaseQuery
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image ⇒ Types::InputImage
Returns the value of attribute image.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#type ⇒ "TEXT", "IMAGE"
Returns the value of attribute type.
Instance Attribute Details
#image ⇒ Types::InputImage
Returns the value of attribute image.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def image @image end |
#text ⇒ ::String
Returns the value of attribute text.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def text @text end |
#type ⇒ "TEXT", "IMAGE"
Returns the value of attribute type.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def type @type end |