Class: Aws::Tnb::Types::ListSolFunctionPackagesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::ListSolFunctionPackagesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_packages ⇒ Array<Types::ListSolFunctionPackageInfo>
Function packages.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#function_packages ⇒ Array<Types::ListSolFunctionPackageInfo>
Function packages. A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.
1442 1443 1444 1445 1446 1447 |
# File 'lib/aws-sdk-tnb/types.rb', line 1442 class ListSolFunctionPackagesOutput < Struct.new( :function_packages, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
1442 1443 1444 1445 1446 1447 |
# File 'lib/aws-sdk-tnb/types.rb', line 1442 class ListSolFunctionPackagesOutput < Struct.new( :function_packages, :next_token) SENSITIVE = [] include Aws::Structure end |