Class: Aws::BedrockAgent::Types::CustomOrchestration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CustomOrchestration
- 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
-
#executor ⇒ Types::OrchestrationExecutor
The structure of the executor invoking the actions in custom orchestration.
Instance Attribute Details
#executor ⇒ Types::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 |