Class: Aws::IoT::Types::ListProvisioningTemplatesResponse

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

#next_tokenString

A token to retrieve the next set of results.

Returns:

  • (String)


11879
11880
11881
11882
11883
11884
# File 'lib/aws-sdk-iot/types.rb', line 11879

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

#templatesArray<Types::ProvisioningTemplateSummary>

A list of provisioning templates



11879
11880
11881
11882
11883
11884
# File 'lib/aws-sdk-iot/types.rb', line 11879

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