Class: Aws::Tnb::Types::ListSolFunctionPackageMetadata

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

Overview

Details for the function package metadata.

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)


1403
1404
1405
1406
1407
1408
# File 'lib/aws-sdk-tnb/types.rb', line 1403

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

#last_modifiedTime

The date that the resource was last modified.

Returns:

  • (Time)


1403
1404
1405
1406
1407
1408
# File 'lib/aws-sdk-tnb/types.rb', line 1403

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