Class: Aws::DevOpsAgent::Types::MCPServerDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#authorization_configTypes::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

#descriptionString

Optional description for the MCP server.

Returns:

  • (String)


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

#endpointString

MCP server endpoint URL.

Returns:

  • (String)


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

#nameString

MCP server name.

Returns:

  • (String)


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