Class: Aws::Types::ToolUseBlock

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inputObject

Returns the value of attribute input.

Returns:

  • (Object)


1527
1528
1529
# File 'sig/types.rbs', line 1527

def input
  @input
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def name
  @name
end

#tool_use_id::String

Returns the value of attribute tool_use_id.

Returns:

  • (::String)


1525
1526
1527
# File 'sig/types.rbs', line 1525

def tool_use_id
  @tool_use_id
end

#type"server_tool_use"

Returns the value of attribute type.

Returns:

  • ("server_tool_use")


1528
1529
1530
# File 'sig/types.rbs', line 1528

def type
  @type
end