Class: Aws::Tnb::Types::PutSolNetworkPackageContentMetadata

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

Overview

Update metadata in a network package.

A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nsdTypes::NetworkArtifactMeta

Metadata for network package artifacts.

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



1937
1938
1939
1940
1941
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1937

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