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.

Returns:

  • (Integer)


10401
10402
10403
10404
10405
10406
# File 'lib/aws-sdk-iot/types.rb', line 10401

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

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


10401
10402
10403
10404
10405
10406
# File 'lib/aws-sdk-iot/types.rb', line 10401

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