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)


3503
3504
3505
3506
3507
3508
# File 'lib/aws-sdk-devopsagent/types.rb', line 3503

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)


3503
3504
3505
3506
3507
3508
# File 'lib/aws-sdk-devopsagent/types.rb', line 3503

class MCPServerNewRelicConfiguration < Struct.new(
  :account_id,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end