Class: Aws::Types::ToolInputSchema

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

Defined Under Namespace

Classes: Json, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#jsonObject

Returns the value of attribute json.

Returns:

  • (Object)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def json
  @json
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def unknown
  @unknown
end