Class: Aws::Tnb::Types::GetSolFunctionPackageMetadata

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

Overview

Metadata related to the function package.

A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date that the resource was created.

Returns:

  • (Time)


500
501
502
503
504
505
506
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 500

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

#last_modifiedTime

The date that the resource was last modified.

Returns:

  • (Time)


500
501
502
503
504
505
506
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 500

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

#vnfdTypes::FunctionArtifactMeta

Metadata related to the function package descriptor of the function package.



500
501
502
503
504
505
506
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 500

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