Class: Aws::Tnb::Types::ListSolNetworkPackagesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_packagesArray<Types::ListSolNetworkPackageInfo>

Network packages. 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.



1747
1748
1749
1750
1751
1752
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1747

class ListSolNetworkPackagesOutput < Struct.new(
  :network_packages,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


1747
1748
1749
1750
1751
1752
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1747

class ListSolNetworkPackagesOutput < Struct.new(
  :network_packages,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end