Class: Aws::Panorama::Types::ListPackageImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::ListPackageImportJobsResponse
- Defined in:
- gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token that's included if more results are available.
-
#package_import_jobs ⇒ Array<Types::PackageImportJob>
A list of package import jobs.
Instance Attribute Details
#next_token ⇒ String
A pagination token that's included if more results are available.
1801 1802 1803 1804 1805 1806 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1801 class ListPackageImportJobsResponse < Struct.new( :next_token, :package_import_jobs) SENSITIVE = [] include Aws::Structure end |
#package_import_jobs ⇒ Array<Types::PackageImportJob>
A list of package import jobs.
1801 1802 1803 1804 1805 1806 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1801 class ListPackageImportJobsResponse < Struct.new( :next_token, :package_import_jobs) SENSITIVE = [] include Aws::Structure end |