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:



1034
1035
1036
# File 'sig/types.rbs', line 1034

def functions
  @functions
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def unknown
  @unknown
end