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)


1518
1519
1520
# File 'sig/types.rbs', line 1518

def description
  @description
end

#input_schemaTypes::ToolInputSchema

Returns the value of attribute input_schema.



1519
1520
1521
# File 'sig/types.rbs', line 1519

def input_schema
  @input_schema
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def name
  @name
end

#strictBoolean

Returns the value of attribute strict.

Returns:

  • (Boolean)


1520
1521
1522
# File 'sig/types.rbs', line 1520

def strict
  @strict
end