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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

New Relic Account ID

Returns:

  • (String)


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

#endpointString

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

Returns:

  • (String)


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