Class: Aws::Panorama::Types::ListPackagesRequest

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

#max_resultsInteger

The maximum number of packages to return in one page of results.

Returns:

  • (Integer)


1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1819

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

#next_tokenString

Specify the pagination token from a previous request to retrieve the next page of results.

Returns:

  • (String)


1819
1820
1821
1822
1823
1824
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1819

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