Class: Aws::Types::ListFunctionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFunctionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#functions ⇒ ::Array[Types::FunctionConfiguration]
Returns the value of attribute functions.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#functions ⇒ ::Array[Types::FunctionConfiguration]
Returns the value of attribute functions.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def functions @functions end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def next_marker @next_marker end |