Class: Aws::Types::ListSolFunctionPackagesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListSolFunctionPackagesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_packages ⇒ ::Array[Types::ListSolFunctionPackageInfo]
Returns the value of attribute function_packages.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#function_packages ⇒ ::Array[Types::ListSolFunctionPackageInfo]
Returns the value of attribute function_packages.
395 396 397 |
# File 'sig/types.rbs', line 395 def function_packages @function_packages end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
396 397 398 |
# File 'sig/types.rbs', line 396 def next_token @next_token end |