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

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


1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1352

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)


1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1352

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