Class: Aws::Types::SpanToolResultValue
- Inherits:
-
Object
- Object
- Aws::Types::SpanToolResultValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ ::String
Returns the value of attribute error.
-
#tool_use_id ⇒ ::String
Returns the value of attribute tool_use_id.
-
#values ⇒ ::Array[Types::SpanMessageValue]
Returns the value of attribute values.
Instance Attribute Details
#error ⇒ ::String
Returns the value of attribute error.
2955 2956 2957 |
# File 'sig/types.rbs', line 2955 def error @error end |
#tool_use_id ⇒ ::String
Returns the value of attribute tool_use_id.
2953 2954 2955 |
# File 'sig/types.rbs', line 2953 def tool_use_id @tool_use_id end |
#values ⇒ ::Array[Types::SpanMessageValue]
Returns the value of attribute values.
2954 2955 2956 |
# File 'sig/types.rbs', line 2954 def values @values end |