Class: Aws::BedrockAgentCoreControl::Types::CustomDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CustomDescriptor
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
A custom descriptor for a registry record. Use this for resources such as APIs, Lambda functions, or servers that do not conform to a standard protocol like MCP or A2A.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inline_content ⇒ String
The custom descriptor content as a valid JSON document.
Instance Attribute Details
#inline_content ⇒ String
The custom descriptor content as a valid JSON document. You can define any custom schema that describes your resource.
4036 4037 4038 4039 4040 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4036 class CustomDescriptor < Struct.new( :inline_content) SENSITIVE = [] include Aws::Structure end |