Class: Aws::Types::RetrievalResultContent
- Inherits:
-
Object
- Object
- Aws::Types::RetrievalResultContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio ⇒ Types::AudioSegment
Returns the value of attribute audio.
-
#byte_content ⇒ ::String
Returns the value of attribute byte_content.
-
#row ⇒ ::Array[Types::RetrievalResultContentColumn]
Returns the value of attribute row.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#type ⇒ "TEXT", ...
Returns the value of attribute type.
-
#video ⇒ Types::VideoSegment
Returns the value of attribute video.
Instance Attribute Details
#audio ⇒ Types::AudioSegment
Returns the value of attribute audio.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def audio @audio end |
#byte_content ⇒ ::String
Returns the value of attribute byte_content.
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.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def text @text end |
#type ⇒ "TEXT", ...
Returns the value of attribute type.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def type @type end |
#video ⇒ Types::VideoSegment
Returns the value of attribute video.
2334 2335 2336 |
# File 'sig/types.rbs', line 2334 def video @video end |