Class: Aws::Types::ContentBlockStart

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

Defined Under Namespace

Classes: Image, ToolResult, ToolUse, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#imageTypes::ImageBlockStart

Returns the value of attribute image.



294
295
296
# File 'sig/types.rbs', line 294

def image
  @image
end

#tool_resultTypes::ToolResultBlockStart

Returns the value of attribute tool_result.



293
294
295
# File 'sig/types.rbs', line 293

def tool_result
  @tool_result
end

#tool_useTypes::ToolUseBlockStart

Returns the value of attribute tool_use.



292
293
294
# File 'sig/types.rbs', line 292

def tool_use
  @tool_use
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


295
296
297
# File 'sig/types.rbs', line 295

def unknown
  @unknown
end