Class: Aws::IoT::Types::ListProvisioningTemplatesRequest

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 to return at one time.

Returns:

  • (Integer)


10669
10670
10671
10672
10673
10674
# File 'lib/aws-sdk-iot/types.rb', line 10669

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

#next_tokenString

A token to retrieve the next set of results.

Returns:

  • (String)


10669
10670
10671
10672
10673
10674
# File 'lib/aws-sdk-iot/types.rb', line 10669

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