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)


1709
1710
1711
1712
1713
1714
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1709

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)


1709
1710
1711
1712
1713
1714
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1709

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