Class: Aws::DevOpsAgent::Types::MCPServerSigV4ServiceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::MCPServerSigV4ServiceDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Complete service details for SigV4-authenticated MCP server integration.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#authorization_config ⇒ Types::MCPServerSigV4AuthorizationConfig
MCP Server SigV4 authorization configuration.
-
#description ⇒ String
Optional description for the MCP server.
-
#endpoint ⇒ String
MCP server endpoint URL.
-
#name ⇒ String
MCP server name.
Instance Attribute Details
#authorization_config ⇒ Types::MCPServerSigV4AuthorizationConfig
MCP Server SigV4 authorization configuration.
2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2891 class MCPServerSigV4ServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
Optional description for the MCP server.
2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2891 class MCPServerSigV4ServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#endpoint ⇒ String
MCP server endpoint URL.
2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2891 class MCPServerSigV4ServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
MCP server name.
2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2891 class MCPServerSigV4ServiceDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |