Class: Aws::Types::SpanToolUseValue
- Inherits:
-
Object
- Object
- Aws::Types::SpanToolUseValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tool_use_id ⇒ ::String
Returns the value of attribute tool_use_id.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments.
2962 2963 2964 |
# File 'sig/types.rbs', line 2962 def arguments @arguments end |
#name ⇒ ::String
Returns the value of attribute name.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def name @name end |
#tool_use_id ⇒ ::String
Returns the value of attribute tool_use_id.
2960 2961 2962 |
# File 'sig/types.rbs', line 2960 def tool_use_id @tool_use_id end |