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.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def image @image end |
#text ⇒ ::String
Returns the value of attribute text.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def text @text end |
#type ⇒ "TEXT", "IMAGE"
Returns the value of attribute type.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def type @type end |