Class: Aws::Tnb::Types::ListSolFunctionInstanceMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::ListSolFunctionInstanceMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Lists network function instance metadata.
A network function instance is a function in a function package .
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
When the network function instance was created.
-
#last_modified ⇒ Time
When the network function instance was last modified.
Instance Attribute Details
#created_at ⇒ Time
When the network function instance was created.
1277 1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-tnb/types.rb', line 1277 class ListSolFunctionInstanceMetadata < Struct.new( :created_at, :last_modified) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
When the network function instance was last modified.
1277 1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-tnb/types.rb', line 1277 class ListSolFunctionInstanceMetadata < Struct.new( :created_at, :last_modified) SENSITIVE = [] include Aws::Structure end |