Class: Aws::Types::SpanToolResultValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



2954
2955
2956
# File 'sig/types.rbs', line 2954

def values
  @values
end