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.
-
#agui ⇒ Types::UpdatedAgUiDescriptor
Returns the value of attribute agui.
-
#custom ⇒ Types::UpdatedCustomDescriptor
Returns the value of attribute custom.
-
#http ⇒ Types::UpdatedHttpDescriptor
Returns the value of attribute http.
-
#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.
728 729 730 |
# File 'sig/types.rbs', line 728 def a2a_agent_card @a2a_agent_card end |
#agent_skills_definition ⇒ Types::UpdatedAgentSkillsDefinitionDescriptor
Returns the value of attribute agent_skills_definition.
729 730 731 |
# File 'sig/types.rbs', line 729 def agent_skills_definition @agent_skills_definition end |
#agui ⇒ Types::UpdatedAgUiDescriptor
Returns the value of attribute agui.
732 733 734 |
# File 'sig/types.rbs', line 732 def agui @agui end |
#custom ⇒ Types::UpdatedCustomDescriptor
Returns the value of attribute custom.
730 731 732 |
# File 'sig/types.rbs', line 730 def custom @custom end |
#http ⇒ Types::UpdatedHttpDescriptor
Returns the value of attribute http.
731 732 733 |
# File 'sig/types.rbs', line 731 def http @http end |
#mcp_server ⇒ Types::UpdatedMcpServerDescriptor
Returns the value of attribute mcp_server.
727 728 729 |
# File 'sig/types.rbs', line 727 def mcp_server @mcp_server end |