Class: Aws::Types::Descriptors
- Inherits:
-
Object
- Object
- Aws::Types::Descriptors
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#a2a_agent_card ⇒ Types::A2aAgentCardDescriptor
Returns the value of attribute a2a_agent_card.
-
#agent_skills_definition ⇒ Types::AgentSkillsDefinitionDescriptor
Returns the value of attribute agent_skills_definition.
-
#custom ⇒ Types::CustomDescriptor
Returns the value of attribute custom.
-
#mcp_server ⇒ Types::McpServerDescriptor
Returns the value of attribute mcp_server.
Instance Attribute Details
#a2a_agent_card ⇒ Types::A2aAgentCardDescriptor
Returns the value of attribute a2a_agent_card.
172 173 174 |
# File 'sig/types.rbs', line 172 def a2a_agent_card @a2a_agent_card end |
#agent_skills_definition ⇒ Types::AgentSkillsDefinitionDescriptor
Returns the value of attribute agent_skills_definition.
173 174 175 |
# File 'sig/types.rbs', line 173 def agent_skills_definition @agent_skills_definition end |
#custom ⇒ Types::CustomDescriptor
Returns the value of attribute custom.
174 175 176 |
# File 'sig/types.rbs', line 174 def custom @custom end |
#mcp_server ⇒ Types::McpServerDescriptor
Returns the value of attribute mcp_server.
171 172 173 |
# File 'sig/types.rbs', line 171 def mcp_server @mcp_server end |