Class: Aws::Types::ToolSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2787
2788
2789
# File 'sig/types.rbs', line 2787

def description
  @description
end

#input_schemaTypes::ToolInputSchema

Returns the value of attribute input_schema.



2788
2789
2790
# File 'sig/types.rbs', line 2788

def input_schema
  @input_schema
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2786
2787
2788
# File 'sig/types.rbs', line 2786

def name
  @name
end

#strictBoolean

Returns the value of attribute strict.

Returns:

  • (Boolean)


2789
2790
2791
# File 'sig/types.rbs', line 2789

def strict
  @strict
end