Class: Aws::Types::ToolResultBlockStart
- Inherits:
-
Object
- Object
- Aws::Types::ToolResultBlockStart
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#status ⇒ "success", "error"
Returns the value of attribute status.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def status @status end |
#tool_use_id ⇒ ::String
Returns the value of attribute tool_use_id.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def tool_use_id @tool_use_id end |
#type ⇒ ::String
Returns the value of attribute type.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def type @type end |