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.
-
#agui ⇒ Types::AgUiDescriptor
Returns the value of attribute agui.
-
#custom ⇒ Types::CustomDescriptor
Returns the value of attribute custom.
-
#http ⇒ Types::HttpDescriptor
Returns the value of attribute http.
-
#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.
213 214 215 |
# File 'sig/types.rbs', line 213 def a2a_agent_card @a2a_agent_card end |
#agent_skills_definition ⇒ Types::AgentSkillsDefinitionDescriptor
Returns the value of attribute agent_skills_definition.
214 215 216 |
# File 'sig/types.rbs', line 214 def agent_skills_definition @agent_skills_definition end |
#agui ⇒ Types::AgUiDescriptor
Returns the value of attribute agui.
217 218 219 |
# File 'sig/types.rbs', line 217 def agui @agui end |
#custom ⇒ Types::CustomDescriptor
Returns the value of attribute custom.
215 216 217 |
# File 'sig/types.rbs', line 215 def custom @custom end |
#http ⇒ Types::HttpDescriptor
Returns the value of attribute http.
216 217 218 |
# File 'sig/types.rbs', line 216 def http @http end |
#mcp_server ⇒ Types::McpServerDescriptor
Returns the value of attribute mcp_server.
212 213 214 |
# File 'sig/types.rbs', line 212 def mcp_server @mcp_server end |