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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2036
2037
2038
2039
2040
# File 'lib/aws-sdk-tnb/types.rb', line 2036

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