Class: Aws::Types::ToolResultBlock
- Inherits:
-
Object
- Object
- Aws::Types::ToolResultBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::Array[Types::ToolResultContentBlock]
Returns the value of attribute content.
-
#status ⇒ "success", "error"
Returns the value of attribute status.
-
#tool_use_id ⇒ ::String
Returns the value of attribute tool_use_id.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ ::Array[Types::ToolResultContentBlock]
Returns the value of attribute content.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def content @content end |
#status ⇒ "success", "error"
Returns the value of attribute status.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def status @status end |
#tool_use_id ⇒ ::String
Returns the value of attribute tool_use_id.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def tool_use_id @tool_use_id end |
#type ⇒ ::String
Returns the value of attribute type.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def type @type end |