Class: Aws::Connect::Types::AIAgent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AIAgent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about an AI agent that a security profile allows access to for Agent-to-Agent authorization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the AI agent.
-
#type ⇒ String
The type of the AI agent.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the AI agent.
26 27 28 29 30 31 |
# File 'lib/aws-sdk-connect/types.rb', line 26 class AIAgent < Struct.new( :arn, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the AI agent. The valid value is THIRD_PARTY.
26 27 28 29 30 31 |
# File 'lib/aws-sdk-connect/types.rb', line 26 class AIAgent < Struct.new( :arn, :type) SENSITIVE = [] include Aws::Structure end |