Class: Aws::Types::Tool

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: CachePoint, SystemTool, ToolSpec, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_pointTypes::CachePointBlock

Returns the value of attribute cache_point.



1396
1397
1398
# File 'sig/types.rbs', line 1396

def cache_point
  @cache_point
end

#system_toolTypes::SystemTool

Returns the value of attribute system_tool.

Returns:



1395
1396
1397
# File 'sig/types.rbs', line 1395

def system_tool
  @system_tool
end

#tool_specTypes::ToolSpecification

Returns the value of attribute tool_spec.



1394
1395
1396
# File 'sig/types.rbs', line 1394

def tool_spec
  @tool_spec
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def unknown
  @unknown
end