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)


13731
13732
13733
13734
13735
13736
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13731

class FlowModule < Struct.new(
  :type,
  :flow_module_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Only Type we support is MCP.

Returns:

  • (String)


13731
13732
13733
13734
13735
13736
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13731

class FlowModule < Struct.new(
  :type,
  :flow_module_id)
  SENSITIVE = []
  include Aws::Structure
end