Class: Aws::Types::FunctionSchema
- Inherits:
-
Object
- Object
- Aws::Types::FunctionSchema
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#functions ⇒ ::Array[Types::FunctionDefinition]
Returns the value of attribute functions.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#functions ⇒ ::Array[Types::FunctionDefinition]
Returns the value of attribute functions.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def functions @functions end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def unknown @unknown end |