Class: Aws::IoT::Types::DeleteProvisioningTemplateVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteProvisioningTemplateVersionRequest
- Defined in:
- gems/aws-sdk-iot/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.
5247 5248 5249 5250 5251 5252 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5247 class DeleteProvisioningTemplateVersionRequest < Struct.new( :template_name, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ Integer
The provisioning template version ID to delete.
5247 5248 5249 5250 5251 5252 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5247 class DeleteProvisioningTemplateVersionRequest < Struct.new( :template_name, :version_id) SENSITIVE = [] include Aws::Structure end |