Class: Aws::Panorama::Types::ListPackageImportJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A pagination token that's included if more results are available.

Returns:

  • (String)


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_jobsArray<Types::PackageImportJob>

A list of package import jobs.

Returns:



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