Class: Aws::Types::MessageData

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

Defined Under Namespace

Classes: Text, ToolUseResult, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#textTypes::TextMessage

Returns the value of attribute text.

Returns:



1914
1915
1916
# File 'sig/types.rbs', line 1914

def text
  @text
end

#tool_use_resultTypes::ToolUseResultData

Returns the value of attribute tool_use_result.



1915
1916
1917
# File 'sig/types.rbs', line 1915

def tool_use_result
  @tool_use_result
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1916
1917
1918
# File 'sig/types.rbs', line 1916

def unknown
  @unknown
end