Class: Aws::IoT::Types::ListProvisioningTemplateVersionsResponse

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)


10654
10655
10656
10657
10658
10659
# File 'lib/aws-sdk-iot/types.rb', line 10654

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

#versionsArray<Types::ProvisioningTemplateVersionSummary>

The list of provisioning template versions.



10654
10655
10656
10657
10658
10659
# File 'lib/aws-sdk-iot/types.rb', line 10654

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