Class: Aws::Types::ToolUseBlockStart

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def name
  @name
end

#tool_use_id::String

Returns the value of attribute tool_use_id.

Returns:

  • (::String)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def tool_use_id
  @tool_use_id
end

#type"server_tool_use"

Returns the value of attribute type.

Returns:

  • ("server_tool_use")


1540
1541
1542
# File 'sig/types.rbs', line 1540

def type
  @type
end