Class: Aws::Tnb::Types::PutSolFunctionPackageContentMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-tnb/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

Instance Attribute Details

#vnfdTypes::FunctionArtifactMeta

Metadata for function package artifacts.

Artifacts are the contents of the package descriptor file and the state of the package.



1857
1858
1859
1860
1861
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1857

class PutSolFunctionPackageContentMetadata < Struct.new(
  :vnfd)
  SENSITIVE = []
  include Aws::Structure
end