Class: Aws::DevOpsAgent::Types::MCPToolDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::MCPToolDetail
- 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
-
#name ⇒ String
The name of the MCP tool.
-
#tool_classification ⇒ String
The access categorization of the MCP tool.
Instance Attribute Details
#name ⇒ String
The name of the MCP tool.
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_classification ⇒ String
The access categorization of the MCP tool.
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 |