Class: Aws::Types::FunctionSchema

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

Defined Under Namespace

Classes: Functions, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#functions::Array[Types::FunctionDefinition]

Returns the value of attribute functions.

Returns:



1116
1117
1118
# File 'sig/types.rbs', line 1116

def functions
  @functions
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1117
1118
1119
# File 'sig/types.rbs', line 1117

def unknown
  @unknown
end