Class: Aws::Types::ToolResultBlockStart

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status"success", "error"

Returns the value of attribute status.

Returns:

  • ("success", "error")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1485
1486
1487
# File 'sig/types.rbs', line 1485

def type
  @type
end