Class: Aws::DevOpsAgent::Types::MCPServerAPIKeyConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::MCPServerAPIKeyConfig
- 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
-
#api_key_header ⇒ String
HTTP header name to send the API key in requests to the service.
-
#api_key_name ⇒ String
User friendly API key name specified by end user.
-
#api_key_value ⇒ String
API key value for authenticating with the service.
Instance Attribute Details
#api_key_header ⇒ String
HTTP header name to send the API key in requests to the service.
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_name ⇒ String
User friendly API key name specified by end user.
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_value ⇒ String
API key value for authenticating with the service.
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 |