Class: Aws::DevOpsAgent::Types::MCPServerNewRelicConfiguration

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

Overview

Mixin for webhook update support.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

New Relic Account ID

Returns:

  • (String)


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

#endpointString

MCP server endpoint URL (e.g., mcp.newrelic.com/mcp/)

Returns:

  • (String)


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