Class: Aws::IoT::Types::ListProvisioningTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListProvisioningTemplatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to retrieve the next set of results.
-
#templates ⇒ Array<Types::ProvisioningTemplateSummary>
A list of provisioning templates.
Instance Attribute Details
#next_token ⇒ String
A token to retrieve the next set of results.
11069 11070 11071 11072 11073 11074 |
# File 'lib/aws-sdk-iot/types.rb', line 11069 class ListProvisioningTemplatesResponse < Struct.new( :templates, :next_token) SENSITIVE = [] include Aws::Structure end |
#templates ⇒ Array<Types::ProvisioningTemplateSummary>
A list of provisioning templates
11069 11070 11071 11072 11073 11074 |
# File 'lib/aws-sdk-iot/types.rb', line 11069 class ListProvisioningTemplatesResponse < Struct.new( :templates, :next_token) SENSITIVE = [] include Aws::Structure end |