Class: Aws::Types::UpdateAgentActionGroupRequest

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.



2882
2883
2884
# File 'sig/types.rbs', line 2882

def action_group_executor
  @action_group_executor
end

#action_group_id::String

Returns the value of attribute action_group_id.

Returns:

  • (::String)


2877
2878
2879
# File 'sig/types.rbs', line 2877

def action_group_id
  @action_group_id
end

#action_group_name::String

Returns the value of attribute action_group_name.

Returns:

  • (::String)


2878
2879
2880
# File 'sig/types.rbs', line 2878

def action_group_name
  @action_group_name
end

#action_group_state"ENABLED", "DISABLED"

Returns the value of attribute action_group_state.

Returns:

  • ("ENABLED", "DISABLED")


2883
2884
2885
# File 'sig/types.rbs', line 2883

def action_group_state
  @action_group_state
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


2875
2876
2877
# File 'sig/types.rbs', line 2875

def agent_id
  @agent_id
end

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


2876
2877
2878
# File 'sig/types.rbs', line 2876

def agent_version
  @agent_version
end

#api_schemaTypes::APISchema

Returns the value of attribute api_schema.

Returns:



2884
2885
2886
# File 'sig/types.rbs', line 2884

def api_schema
  @api_schema
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2879
2880
2881
# File 'sig/types.rbs', line 2879

def description
  @description
end

#function_schemaTypes::FunctionSchema

Returns the value of attribute function_schema.



2885
2886
2887
# File 'sig/types.rbs', line 2885

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


2880
2881
2882
# File 'sig/types.rbs', line 2880

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


2881
2882
2883
# File 'sig/types.rbs', line 2881

def parent_action_group_signature_params
  @parent_action_group_signature_params
end