Class: Aws::DevOpsAgent::Types::MCPServerDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::MCPServerDetails
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Complete service details for MCP server integration.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#authorization_config ⇒ Types::MCPServerAuthorizationConfig
MCP server 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::MCPServerAuthorizationConfig
MCP server authorization configuration.
2688 2689 2690 2691 2692 2693 2694 2695 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2688 class MCPServerDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
Optional description for the MCP server.
2688 2689 2690 2691 2692 2693 2694 2695 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2688 class MCPServerDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#endpoint ⇒ String
MCP server endpoint URL.
2688 2689 2690 2691 2692 2693 2694 2695 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2688 class MCPServerDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
MCP server name.
2688 2689 2690 2691 2692 2693 2694 2695 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2688 class MCPServerDetails < Struct.new( :name, :endpoint, :description, :authorization_config) SENSITIVE = [:description] include Aws::Structure end |