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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2539
2540
2541
2542
2543
2544
2545
# File 'lib/aws-sdk-devopsagent/types.rb', line 2539

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)


2539
2540
2541
2542
2543
2544
2545
# File 'lib/aws-sdk-devopsagent/types.rb', line 2539

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)


2539
2540
2541
2542
2543
2544
2545
# File 'lib/aws-sdk-devopsagent/types.rb', line 2539

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