Class: Aws::DevOpsAgent::Types::MCPServerNewRelicConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::MCPServerNewRelicConfiguration
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Mixin for webhook update support.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
New Relic Account ID.
-
#endpoint ⇒ String
MCP server endpoint URL (e.g., https://mcp.newrelic.com/mcp/).
Instance Attribute Details
#account_id ⇒ String
New Relic Account ID
2734 2735 2736 2737 2738 2739 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2734 class MCPServerNewRelicConfiguration < Struct.new( :account_id, :endpoint) SENSITIVE = [] include Aws::Structure end |
#endpoint ⇒ String
MCP server endpoint URL (e.g., https://mcp.newrelic.com/mcp/)
2734 2735 2736 2737 2738 2739 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2734 class MCPServerNewRelicConfiguration < Struct.new( :account_id, :endpoint) SENSITIVE = [] include Aws::Structure end |