Class: Aws::IoT::Types::ListProvisioningTemplatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListProvisioningTemplatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#next_token ⇒ String
A token to retrieve the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return at one time.
11864 11865 11866 11867 11868 11869 |
# File 'lib/aws-sdk-iot/types.rb', line 11864 class ListProvisioningTemplatesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to retrieve the next set of results.
11864 11865 11866 11867 11868 11869 |
# File 'lib/aws-sdk-iot/types.rb', line 11864 class ListProvisioningTemplatesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |