Class: Aws::Tnb::Types::ListSolFunctionPackagesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_packagesArray<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.



1391
1392
1393
1394
1395
1396
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1391

class ListSolFunctionPackagesOutput < Struct.new(
  :function_packages,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


1391
1392
1393
1394
1395
1396
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1391

class ListSolFunctionPackagesOutput < Struct.new(
  :function_packages,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end