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.



1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1824

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)


1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1824

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