Class: Aws::IoT::Types::ListProvisioningTemplateVersionsRequest

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)


10638
10639
10640
10641
10642
10643
10644
# File 'lib/aws-sdk-iot/types.rb', line 10638

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

#next_tokenString

A token to retrieve the next set of results.

Returns:

  • (String)


10638
10639
10640
10641
10642
10643
10644
# File 'lib/aws-sdk-iot/types.rb', line 10638

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

#template_nameString

The name of the provisioning template.

Returns:

  • (String)


10638
10639
10640
10641
10642
10643
10644
# File 'lib/aws-sdk-iot/types.rb', line 10638

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