Class: Aws::IoT::Types::ListPackagesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results returned at one time.



11730
11731
11732
11733
11734
11735
# File 'lib/aws-sdk-iot/types.rb', line 11730

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

#next_tokenString

The token for the next set of results.



11730
11731
11732
11733
11734
11735
# File 'lib/aws-sdk-iot/types.rb', line 11730

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