Class: Aws::Tnb::Types::GetSolNetworkPackageMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-tnb/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

Instance Attribute Details

#created_atTime

The date that the resource was created.

Returns:

  • (Time)


927
928
929
930
931
932
933
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 927

class GetSolNetworkPackageMetadata < Struct.new(
  :created_at,
  :last_modified,
  :nsd)
  SENSITIVE = []
  include Aws::Structure
end

#last_modifiedTime

The date that the resource was last modified.

Returns:

  • (Time)


927
928
929
930
931
932
933
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 927

class GetSolNetworkPackageMetadata < Struct.new(
  :created_at,
  :last_modified,
  :nsd)
  SENSITIVE = []
  include Aws::Structure
end

#nsdTypes::NetworkArtifactMeta

Metadata related to the onboarded network service descriptor in the network package.



927
928
929
930
931
932
933
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 927

class GetSolNetworkPackageMetadata < Struct.new(
  :created_at,
  :last_modified,
  :nsd)
  SENSITIVE = []
  include Aws::Structure
end