Class: Aws::Tnb::Types::ValidateSolNetworkPackageContentMetadata

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

Overview

Validates network package content metadata.

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.



2387
2388
2389
2390
2391
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2387

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