Class: Aws::Types::SpanToolUseValue

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:arguments])

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments.

Returns:

  • (Object)


2962
2963
2964
# File 'sig/types.rbs', line 2962

def arguments
  @arguments
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2960
2961
2962
# File 'sig/types.rbs', line 2960

def tool_use_id
  @tool_use_id
end