Class: Aws::Tnb::Types::GetSolNetworkPackageMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolNetworkPackageMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Metadata associated with 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
-
#created_at ⇒ Time
The date that the resource was created.
-
#last_modified ⇒ Time
The date that the resource was last modified.
-
#nsd ⇒ Types::NetworkArtifactMeta
Metadata related to the onboarded network service descriptor in the network package.
Instance Attribute Details
#created_at ⇒ Time
The date that the resource was created.
955 956 957 958 959 960 961 |
# File 'lib/aws-sdk-tnb/types.rb', line 955 class GetSolNetworkPackageMetadata < Struct.new( :created_at, :last_modified, :nsd) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
The date that the resource was last modified.
955 956 957 958 959 960 961 |
# File 'lib/aws-sdk-tnb/types.rb', line 955 class GetSolNetworkPackageMetadata < Struct.new( :created_at, :last_modified, :nsd) SENSITIVE = [] include Aws::Structure end |
#nsd ⇒ Types::NetworkArtifactMeta
Metadata related to the onboarded network service descriptor in the network package.
955 956 957 958 959 960 961 |
# File 'lib/aws-sdk-tnb/types.rb', line 955 class GetSolNetworkPackageMetadata < Struct.new( :created_at, :last_modified, :nsd) SENSITIVE = [] include Aws::Structure end |