Class: Aws::BedrockAgentCoreControl::Types::CustomDescriptor

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

Instance Attribute Details

#inline_contentString

The custom descriptor content as a valid JSON document. You can define any custom schema that describes your resource.

Returns:

  • (String)


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