Class: Aws::DevOpsAgent::Types::MCPServerAPIKeyConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb

Overview

API key configuration for MCP server.

Constant Summary collapse

SENSITIVE =
[:api_key_value]

Instance Attribute Summary collapse

Instance Attribute Details

#api_key_headerString

HTTP header name to send the API key in requests to the service.

Returns:

  • (String)


2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2573

class MCPServerAPIKeyConfig < Struct.new(
  :api_key_name,
  :api_key_value,
  :api_key_header)
  SENSITIVE = [:api_key_value]
  include Aws::Structure
end

#api_key_nameString

User friendly API key name specified by end user.

Returns:

  • (String)


2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2573

class MCPServerAPIKeyConfig < Struct.new(
  :api_key_name,
  :api_key_value,
  :api_key_header)
  SENSITIVE = [:api_key_value]
  include Aws::Structure
end

#api_key_valueString

API key value for authenticating with the service.

Returns:

  • (String)


2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2573

class MCPServerAPIKeyConfig < Struct.new(
  :api_key_name,
  :api_key_value,
  :api_key_header)
  SENSITIVE = [:api_key_value]
  include Aws::Structure
end