Class: Aws::Types::ToolResultBlock

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::Array[Types::ToolResultContentBlock]

Returns the value of attribute content.

Returns:



1463
1464
1465
# File 'sig/types.rbs', line 1463

def content
  @content
end

#status"success", "error"

Returns the value of attribute status.

Returns:

  • ("success", "error")


1464
1465
1466
# File 'sig/types.rbs', line 1464

def status
  @status
end

#tool_use_id::String

Returns the value of attribute tool_use_id.

Returns:

  • (::String)


1462
1463
1464
# File 'sig/types.rbs', line 1462

def tool_use_id
  @tool_use_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1465
1466
1467
# File 'sig/types.rbs', line 1465

def type
  @type
end