Class: Aws::Tnb::Types::ValidateSolFunctionPackageContentMetadata
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Tnb::Types::ValidateSolFunctionPackageContentMetadata
 
- Defined in:
- gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb
Overview
Validates function package content metadata.
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.
| 2469 2470 2471 2472 2473 | # File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2469 class ValidateSolFunctionPackageContentMetadata < Struct.new( :vnfd) SENSITIVE = [] include Aws::Structure end |