Class: Aws::Tnb::Types::GetSolFunctionInstanceMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb

Overview

The metadata of a network function instance.

A network function instance is a function in a function package .

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date that the resource was created.

Returns:

  • (Time)


314
315
316
317
318
319
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 314

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

#last_modifiedTime

The date that the resource was last modified.

Returns:

  • (Time)


314
315
316
317
318
319
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 314

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