Class: Aws::DevOpsAgent::Types::MCPServerSigV4Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::MCPServerSigV4Configuration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Configuration for SigV4-authenticated MCP server integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tools ⇒ Array<String>
List of MCP tools available for the association.
Instance Attribute Details
#tools ⇒ Array<String>
List of MCP tools available for the association.
2864 2865 2866 2867 2868 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2864 class MCPServerSigV4Configuration < Struct.new( :tools) SENSITIVE = [] include Aws::Structure end |