Class: Aws::Types::UpdatedDescriptorsFields
- Inherits:
-
Object
- Object
- Aws::Types::UpdatedDescriptorsFields
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#a2a_agent_card ⇒ Types::UpdatedA2aAgentCardDescriptor
Returns the value of attribute a2a_agent_card.
-
#agent_skills_definition ⇒ Types::UpdatedAgentSkillsDefinitionDescriptor
Returns the value of attribute agent_skills_definition.
-
#custom ⇒ Types::UpdatedCustomDescriptor
Returns the value of attribute custom.
-
#mcp_server ⇒ Types::UpdatedMcpServerDescriptor
Returns the value of attribute mcp_server.
Instance Attribute Details
#a2a_agent_card ⇒ Types::UpdatedA2aAgentCardDescriptor
Returns the value of attribute a2a_agent_card.
615 616 617 |
# File 'sig/types.rbs', line 615 def a2a_agent_card @a2a_agent_card end |
#agent_skills_definition ⇒ Types::UpdatedAgentSkillsDefinitionDescriptor
Returns the value of attribute agent_skills_definition.
616 617 618 |
# File 'sig/types.rbs', line 616 def agent_skills_definition @agent_skills_definition end |
#custom ⇒ Types::UpdatedCustomDescriptor
Returns the value of attribute custom.
617 618 619 |
# File 'sig/types.rbs', line 617 def custom @custom end |
#mcp_server ⇒ Types::UpdatedMcpServerDescriptor
Returns the value of attribute mcp_server.
614 615 616 |
# File 'sig/types.rbs', line 614 def mcp_server @mcp_server end |