Class: Aws::DevOpsAgent::Types::MCPToolDetail

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

Overview

An MCP tool together with its access categorization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the MCP tool.

Returns:

  • (String)


4085
4086
4087
4088
4089
4090
# File 'lib/aws-sdk-devopsagent/types.rb', line 4085

class MCPToolDetail < Struct.new(
  :name,
  :tool_classification)
  SENSITIVE = []
  include Aws::Structure
end

#tool_classificationString

The access categorization of the MCP tool.

Returns:

  • (String)


4085
4086
4087
4088
4089
4090
# File 'lib/aws-sdk-devopsagent/types.rb', line 4085

class MCPToolDetail < Struct.new(
  :name,
  :tool_classification)
  SENSITIVE = []
  include Aws::Structure
end