Class: Aws::Types::UserMessageBlock
- Inherits:
-
Object
- Object
- Aws::Types::UserMessageBlock
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Text, ToolResult, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#text ⇒ ::String
Returns the value of attribute text.
-
#tool_result ⇒ Object
Returns the value of attribute tool_result.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#text ⇒ ::String
Returns the value of attribute text.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def text @text end |
#tool_result ⇒ Object
Returns the value of attribute tool_result.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def tool_result @tool_result end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def unknown @unknown end |