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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2938
2939
2940
2941
2942
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2938

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