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.
2411 2412 2413 |
# File 'sig/types.rbs', line 2411 def audio @audio end |
#byte_content ⇒ ::String
Returns the value of attribute byte_content.
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.
2414 2415 2416 |
# File 'sig/types.rbs', line 2414 def text @text end |
#type ⇒ "TEXT", ...
Returns the value of attribute type.
2415 2416 2417 |
# File 'sig/types.rbs', line 2415 def type @type end |
#video ⇒ Types::VideoSegment
Returns the value of attribute video.
2416 2417 2418 |
# File 'sig/types.rbs', line 2416 def video @video end |