Class: Aws::Types::MCPServerSigV4Configuration
- Inherits:
-
Object
- Object
- Aws::Types::MCPServerSigV4Configuration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tool_details ⇒ ::Array[Types::MCPToolDetail]
Returns the value of attribute tool_details.
-
#tools ⇒ ::Array[::String]
Returns the value of attribute tools.
Instance Attribute Details
#tool_details ⇒ ::Array[Types::MCPToolDetail]
Returns the value of attribute tool_details.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def tool_details @tool_details end |
#tools ⇒ ::Array[::String]
Returns the value of attribute tools.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def tools @tools end |