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::Function]

Returns the value of attribute functions.

Returns:



1238
1239
1240
# File 'sig/types.rbs', line 1238

def functions
  @functions
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def unknown
  @unknown
end