Class: Aws::Types::ToolSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ToolSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#input_schema ⇒ Types::ToolInputSchema
Returns the value of attribute input_schema.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#strict ⇒ Boolean
Returns the value of attribute strict.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2787 2788 2789 |
# File 'sig/types.rbs', line 2787 def description @description end |
#input_schema ⇒ Types::ToolInputSchema
Returns the value of attribute input_schema.
2788 2789 2790 |
# File 'sig/types.rbs', line 2788 def input_schema @input_schema end |
#name ⇒ ::String
Returns the value of attribute name.
2786 2787 2788 |
# File 'sig/types.rbs', line 2786 def name @name end |
#strict ⇒ Boolean
Returns the value of attribute strict.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def strict @strict end |