Class: Aws::Tnb::Types::ListSolNetworkPackageMetadata

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

Overview

Metadata related to a network package.

A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date that the resource was created.

Returns:

  • (Time)


1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1786

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

#last_modifiedTime

The date that the resource was last modified.

Returns:

  • (Time)


1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1786

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