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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


10684
10685
10686
10687
10688
10689
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10684

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

#templatesArray<Types::ProvisioningTemplateSummary>

A list of provisioning templates



10684
10685
10686
10687
10688
10689
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10684

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