Class: Aws::Types::AgentActionGroup

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.



91
92
93
# File 'sig/types.rbs', line 91

def action_group_executor
  @action_group_executor
end

#action_group_id::String

Returns the value of attribute action_group_id.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def action_group_id
  @action_group_id
end

#action_group_name::String

Returns the value of attribute action_group_name.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def action_group_name
  @action_group_name
end

#action_group_state"ENABLED", "DISABLED"

Returns the value of attribute action_group_state.

Returns:

  • ("ENABLED", "DISABLED")


94
95
96
# File 'sig/types.rbs', line 94

def action_group_state
  @action_group_state
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def agent_id
  @agent_id
end

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def agent_version
  @agent_version
end

#api_schemaTypes::APISchema

Returns the value of attribute api_schema.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def api_schema
  @api_schema
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def client_token
  @client_token
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


87
88
89
# File 'sig/types.rbs', line 87

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def description
  @description
end

#function_schemaTypes::FunctionSchema

Returns the value of attribute function_schema.



93
94
95
# File 'sig/types.rbs', line 93

def function_schema
  @function_schema
end

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

Returns the value of attribute parent_action_group_signature_params.

Returns:

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


90
91
92
# File 'sig/types.rbs', line 90

def parent_action_group_signature_params
  @parent_action_group_signature_params
end

#parent_action_signature"AMAZON.UserInput", ...

Returns the value of attribute parent_action_signature.

Returns:

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


89
90
91
# File 'sig/types.rbs', line 89

def parent_action_signature
  @parent_action_signature
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


88
89
90
# File 'sig/types.rbs', line 88

def updated_at
  @updated_at
end