Class: Aws::Tnb::Types::GetSolFunctionInstanceMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolFunctionInstanceMetadata
- Includes:
- Structure
- Defined in:
- 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
-
#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.
314 315 316 317 318 319 |
# File 'lib/aws-sdk-tnb/types.rb', line 314 class GetSolFunctionInstanceMetadata < Struct.new( :created_at, :last_modified) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
The date that the resource was last modified.
314 315 316 317 318 319 |
# File 'lib/aws-sdk-tnb/types.rb', line 314 class GetSolFunctionInstanceMetadata < Struct.new( :created_at, :last_modified) SENSITIVE = [] include Aws::Structure end |