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:



2411
2412
2413
# File 'sig/types.rbs', line 2411

def audio
  @audio
end

#byte_content::String

Returns the value of attribute byte_content.

Returns:

  • (::String)


2412
2413
2414
# File 'sig/types.rbs', line 2412

def byte_content
  @byte_content
end

#row::Array[Types::RetrievalResultContentColumn]

Returns the value of attribute row.



2413
2414
2415
# File 'sig/types.rbs', line 2413

def row
  @row
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


2414
2415
2416
# File 'sig/types.rbs', line 2414

def text
  @text
end

#type"TEXT", ...

Returns the value of attribute type.

Returns:

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


2415
2416
2417
# File 'sig/types.rbs', line 2415

def type
  @type
end

#videoTypes::VideoSegment

Returns the value of attribute video.

Returns:



2416
2417
2418
# File 'sig/types.rbs', line 2416

def video
  @video
end