Class: Aws::BedrockAgent::Types::CustomOrchestration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Details of custom orchestration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#executorTypes::OrchestrationExecutor

The structure of the executor invoking the actions in custom orchestration.



2729
2730
2731
2732
2733
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2729

class CustomOrchestration < Struct.new(
  :executor)
  SENSITIVE = []
  include Aws::Structure
end