Class: Aws::IoT::Types::DeleteProvisioningTemplateVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteProvisioningTemplateVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_name ⇒ String
The name of the provisioning template version to delete.
-
#version_id ⇒ Integer
The provisioning template version ID to delete.
Instance Attribute Details
#template_name ⇒ String
The name of the provisioning template version to delete.
4846 4847 4848 4849 4850 4851 |
# File 'lib/aws-sdk-iot/types.rb', line 4846 class DeleteProvisioningTemplateVersionRequest < Struct.new( :template_name, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ Integer
The provisioning template version ID to delete.
4846 4847 4848 4849 4850 4851 |
# File 'lib/aws-sdk-iot/types.rb', line 4846 class DeleteProvisioningTemplateVersionRequest < Struct.new( :template_name, :version_id) SENSITIVE = [] include Aws::Structure end |