Class: Aws::Types::AgentActionGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:action_group_name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#action_group_executorTypes::ActionGroupExecutor

Returns the value of attribute action_group_executor.



64
65
66
# File 'sig/types.rbs', line 64

def action_group_executor
  @action_group_executor
end

#action_group_name::String

Returns the value of attribute action_group_name.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def action_group_name
  @action_group_name
end

#api_schemaTypes::APISchema

Returns the value of attribute api_schema.

Returns:



66
67
68
# File 'sig/types.rbs', line 66

def api_schema
  @api_schema
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def description
  @description
end

#function_schemaTypes::FunctionSchema

Returns the value of attribute function_schema.



68
69
70
# File 'sig/types.rbs', line 68

def function_schema
  @function_schema
end

#parent_action_group_signature"AMAZON.UserInput", ...

Returns the value of attribute parent_action_group_signature.

Returns:

  • ("AMAZON.UserInput", "AMAZON.CodeInterpreter", "ANTHROPIC.Computer", "ANTHROPIC.Bash", "ANTHROPIC.TextEditor")


69
70
71
# File 'sig/types.rbs', line 69

def parent_action_group_signature
  @parent_action_group_signature
end

#parent_action_group_signature_params::Hash[::String, ::String]

Returns the value of attribute parent_action_group_signature_params.

Returns:

  • (::Hash[::String, ::String])


70
71
72
# File 'sig/types.rbs', line 70

def parent_action_group_signature_params
  @parent_action_group_signature_params
end