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)


10726
10727
10728
10729
10730
10731
# File 'lib/aws-sdk-iot/types.rb', line 10726

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)


10726
10727
10728
10729
10730
10731
# File 'lib/aws-sdk-iot/types.rb', line 10726

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