Class: Aws::IoT::Types::ListProvisioningTemplateVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListProvisioningTemplateVersionsResponse
- 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.
-
#versions ⇒ Array<Types::ProvisioningTemplateVersionSummary>
The list of provisioning template versions.
Instance Attribute Details
#next_token ⇒ String
A token to retrieve the next set of results.
11039 11040 11041 11042 11043 11044 |
# File 'lib/aws-sdk-iot/types.rb', line 11039 class ListProvisioningTemplateVersionsResponse < Struct.new( :versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#versions ⇒ Array<Types::ProvisioningTemplateVersionSummary>
The list of provisioning template versions.
11039 11040 11041 11042 11043 11044 |
# File 'lib/aws-sdk-iot/types.rb', line 11039 class ListProvisioningTemplateVersionsResponse < Struct.new( :versions, :next_token) SENSITIVE = [] include Aws::Structure end |