Class: Aws::Types::ToolResultContentBlock
- Inherits:
-
Object
- Object
- Aws::Types::ToolResultContentBlock
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Document, Image, Json, SearchResult, Text, Unknown, Video
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document ⇒ Types::DocumentBlock
Returns the value of attribute document.
-
#image ⇒ Types::ImageBlock
Returns the value of attribute image.
-
#json ⇒ Object
Returns the value of attribute json.
-
#search_result ⇒ Types::SearchResultBlock
Returns the value of attribute search_result.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#video ⇒ Types::VideoBlock
Returns the value of attribute video.
Instance Attribute Details
#document ⇒ Types::DocumentBlock
Returns the value of attribute document.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def document @document end |
#image ⇒ Types::ImageBlock
Returns the value of attribute image.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def image @image end |
#json ⇒ Object
Returns the value of attribute json.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def json @json end |
#search_result ⇒ Types::SearchResultBlock
Returns the value of attribute search_result.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def search_result @search_result end |
#text ⇒ ::String
Returns the value of attribute text.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def text @text end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def unknown @unknown end |
#video ⇒ Types::VideoBlock
Returns the value of attribute video.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def video @video end |