Class: Aws::Types::ContentBlockStart
- Inherits:
-
Object
- Object
- Aws::Types::ContentBlockStart
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Image, ToolResult, ToolUse, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image ⇒ Types::ImageBlockStart
Returns the value of attribute image.
-
#tool_result ⇒ Types::ToolResultBlockStart
Returns the value of attribute tool_result.
-
#tool_use ⇒ Types::ToolUseBlockStart
Returns the value of attribute tool_use.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#image ⇒ Types::ImageBlockStart
Returns the value of attribute image.
294 295 296 |
# File 'sig/types.rbs', line 294 def image @image end |
#tool_result ⇒ Types::ToolResultBlockStart
Returns the value of attribute tool_result.
293 294 295 |
# File 'sig/types.rbs', line 293 def tool_result @tool_result end |
#tool_use ⇒ Types::ToolUseBlockStart
Returns the value of attribute tool_use.
292 293 294 |
# File 'sig/types.rbs', line 292 def tool_use @tool_use end |
#unknown ⇒ Object
Returns the value of attribute unknown.
295 296 297 |
# File 'sig/types.rbs', line 295 def unknown @unknown end |