Class: Aws::Types::Tool
- Inherits:
-
Object
- Object
- Aws::Types::Tool
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CachePoint, SystemTool, ToolSpec, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_point ⇒ Types::CachePointBlock
Returns the value of attribute cache_point.
-
#system_tool ⇒ Types::SystemTool
Returns the value of attribute system_tool.
-
#tool_spec ⇒ Types::ToolSpecification
Returns the value of attribute tool_spec.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#cache_point ⇒ Types::CachePointBlock
Returns the value of attribute cache_point.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def cache_point @cache_point end |
#system_tool ⇒ Types::SystemTool
Returns the value of attribute system_tool.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def system_tool @system_tool end |
#tool_spec ⇒ Types::ToolSpecification
Returns the value of attribute tool_spec.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def tool_spec @tool_spec end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def unknown @unknown end |