Class: Aws::Connect::Types::FlowModule

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#flow_module_idString

If of Flow Modules invocable as tool

Returns:

  • (String)


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

#typeString

Only Type we support is MCP.

Returns:

  • (String)


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