Class: Aws::Tnb::Types::ValidateSolNetworkPackageContentMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::ValidateSolNetworkPackageContentMetadata
- Includes:
- Structure
- Defined in:
- 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
-
#nsd ⇒ Types::NetworkArtifactMeta
Metadata for network package artifacts.
Instance Attribute Details
#nsd ⇒ Types::NetworkArtifactMeta
Metadata for network package artifacts.
Artifacts are the contents of the package descriptor file and the state of the package.
2549 2550 2551 2552 2553 |
# File 'lib/aws-sdk-tnb/types.rb', line 2549 class ValidateSolNetworkPackageContentMetadata < Struct.new( :nsd) SENSITIVE = [] include Aws::Structure end |