Class: Aws::Tnb::Types::ListSolFunctionInstanceMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

When the network function instance was created.

Returns:

  • (Time)


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_modifiedTime

When the network function instance was last modified.

Returns:

  • (Time)


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