Class: Aws::Connect::Types::FlowModule
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::FlowModule
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A list of Flow Modules an AI Agent can invoke as a tool
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_module_id ⇒ String
If of Flow Modules invocable as tool.
-
#type ⇒ String
Only Type we support is MCP.
Instance Attribute Details
#flow_module_id ⇒ String
If of Flow Modules invocable as tool
13687 13688 13689 13690 13691 13692 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13687 class FlowModule < Struct.new( :type, :flow_module_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Only Type we support is MCP.
13687 13688 13689 13690 13691 13692 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13687 class FlowModule < Struct.new( :type, :flow_module_id) SENSITIVE = [] include Aws::Structure end |