Class: Aws::Types::Tool

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

Defined Under Namespace

Classes: CachePoint, ToolSpec, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_pointTypes::CachePointBlock

Returns the value of attribute cache_point.



2739
2740
2741
# File 'sig/types.rbs', line 2739

def cache_point
  @cache_point
end

#tool_specTypes::ToolSpecification

Returns the value of attribute tool_spec.



2738
2739
2740
# File 'sig/types.rbs', line 2738

def tool_spec
  @tool_spec
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2740
2741
2742
# File 'sig/types.rbs', line 2740

def unknown
  @unknown
end