Class: Aws::Tnb::Types::PutSolFunctionPackageContentMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::PutSolFunctionPackageContentMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Update metadata in a function package.
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vnfd ⇒ Types::FunctionArtifactMeta
Metadata for function package artifacts.
Instance Attribute Details
#vnfd ⇒ Types::FunctionArtifactMeta
Metadata for function package artifacts.
Artifacts are the contents of the package descriptor file and the state of the package.
1956 1957 1958 1959 1960 |
# File 'lib/aws-sdk-tnb/types.rb', line 1956 class PutSolFunctionPackageContentMetadata < Struct.new( :vnfd) SENSITIVE = [] include Aws::Structure end |