Class: Aws::Types::KnowledgeBaseQuery

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#imageTypes::InputImage

Returns the value of attribute image.

Returns:



1669
1670
1671
# File 'sig/types.rbs', line 1669

def image
  @image
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1670
1671
1672
# File 'sig/types.rbs', line 1670

def text
  @text
end

#type"TEXT", "IMAGE"

Returns the value of attribute type.

Returns:

  • ("TEXT", "IMAGE")


1671
1672
1673
# File 'sig/types.rbs', line 1671

def type
  @type
end