Class: Aws::DevOpsAgent::Types::MCPServerNewRelicConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::MCPServerNewRelicConfiguration
- Includes:
- Structure
- Defined in:
- 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., mcp.newrelic.com/mcp/).
Instance Attribute Details
#account_id ⇒ String
New Relic Account ID
2722 2723 2724 2725 2726 2727 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2722 class MCPServerNewRelicConfiguration < Struct.new( :account_id, :endpoint) SENSITIVE = [] include Aws::Structure end |
#endpoint ⇒ String
MCP server endpoint URL (e.g., mcp.newrelic.com/mcp/)
2722 2723 2724 2725 2726 2727 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2722 class MCPServerNewRelicConfiguration < Struct.new( :account_id, :endpoint) SENSITIVE = [] include Aws::Structure end |