Class: Aws::Types::RetrievalResultContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:row])

Instance Attribute Summary collapse

Instance Attribute Details

#audioTypes::AudioSegment

Returns the value of attribute audio.

Returns:



2329
2330
2331
# File 'sig/types.rbs', line 2329

def audio
  @audio
end

#byte_content::String

Returns the value of attribute byte_content.

Returns:

  • (::String)


2330
2331
2332
# File 'sig/types.rbs', line 2330

def byte_content
  @byte_content
end

#row::Array[Types::RetrievalResultContentColumn]

Returns the value of attribute row.



2331
2332
2333
# File 'sig/types.rbs', line 2331

def row
  @row
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


2332
2333
2334
# File 'sig/types.rbs', line 2332

def text
  @text
end

#type"TEXT", ...

Returns the value of attribute type.

Returns:

  • ("TEXT", "IMAGE", "ROW", "AUDIO", "VIDEO")


2333
2334
2335
# File 'sig/types.rbs', line 2333

def type
  @type
end

#videoTypes::VideoSegment

Returns the value of attribute video.

Returns:



2334
2335
2336
# File 'sig/types.rbs', line 2334

def video
  @video
end