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

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


1226
1227
1228
1229
1230
1231
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1226

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)


1226
1227
1228
1229
1230
1231
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1226

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