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.
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 |
#templates ⇒ Array<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 |