Class: Aws::Types::OrchestrationAIAgentConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connect_instance_arn::String

Returns the value of attribute connect_instance_arn.

Returns:

  • (::String)


2183
2184
2185
# File 'sig/types.rbs', line 2183

def connect_instance_arn
  @connect_instance_arn
end

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


2184
2185
2186
# File 'sig/types.rbs', line 2184

def locale
  @locale
end

#orchestration_ai_guardrail_id::String

Returns the value of attribute orchestration_ai_guardrail_id.

Returns:

  • (::String)


2181
2182
2183
# File 'sig/types.rbs', line 2181

def orchestration_ai_guardrail_id
  @orchestration_ai_guardrail_id
end

#orchestration_ai_prompt_id::String

Returns the value of attribute orchestration_ai_prompt_id.

Returns:

  • (::String)


2180
2181
2182
# File 'sig/types.rbs', line 2180

def orchestration_ai_prompt_id
  @orchestration_ai_prompt_id
end

#tool_configurations::Array[Types::ToolConfiguration]

Returns the value of attribute tool_configurations.

Returns:



2182
2183
2184
# File 'sig/types.rbs', line 2182

def tool_configurations
  @tool_configurations
end