Class: Aws::Tnb::Types::ListSolFunctionPackageMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::ListSolFunctionPackageMetadata
- 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
-
#created_at ⇒ Time
The date that the resource was created.
-
#last_modified ⇒ Time
The date that the resource was last modified.
Instance Attribute Details
#created_at ⇒ Time
The date that the resource was created.
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_modified ⇒ Time
The date that the resource was last modified.
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 |