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.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def description @description end |
#input_schema ⇒ Types::ToolInputSchema
Returns the value of attribute input_schema.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def input_schema @input_schema end |
#name ⇒ ::String
Returns the value of attribute name.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def name @name end |
#strict ⇒ Boolean
Returns the value of attribute strict.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def strict @strict end |