Class: Aws::Types::Tool
- Inherits:
-
Object
- Object
- Aws::Types::Tool
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CachePoint, ToolSpec, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_point ⇒ Types::CachePointBlock
Returns the value of attribute cache_point.
-
#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.
2739 2740 2741 |
# File 'sig/types.rbs', line 2739 def cache_point @cache_point end |
#tool_spec ⇒ Types::ToolSpecification
Returns the value of attribute tool_spec.
2738 2739 2740 |
# File 'sig/types.rbs', line 2738 def tool_spec @tool_spec end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2740 2741 2742 |
# File 'sig/types.rbs', line 2740 def unknown @unknown end |