Class: Aws::Types::CreateAgentActionGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_group_executorTypes::ActionGroupExecutor

Returns the value of attribute action_group_executor.



412
413
414
# File 'sig/types.rbs', line 412

def action_group_executor
  @action_group_executor
end

#action_group_name::String

Returns the value of attribute action_group_name.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def action_group_name
  @action_group_name
end

#action_group_state"ENABLED", "DISABLED"

Returns the value of attribute action_group_state.

Returns:

  • ("ENABLED", "DISABLED")


414
415
416
# File 'sig/types.rbs', line 414

def action_group_state
  @action_group_state
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def agent_id
  @agent_id
end

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def agent_version
  @agent_version
end

#api_schemaTypes::APISchema

Returns the value of attribute api_schema.

Returns:



413
414
415
# File 'sig/types.rbs', line 413

def api_schema
  @api_schema
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def description
  @description
end

#function_schemaTypes::FunctionSchema

Returns the value of attribute function_schema.



415
416
417
# File 'sig/types.rbs', line 415

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")


410
411
412
# File 'sig/types.rbs', line 410

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])


411
412
413
# File 'sig/types.rbs', line 411

def parent_action_group_signature_params
  @parent_action_group_signature_params
end