Class: Aws::IoT::Types::DeleteProvisioningTemplateVersionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_nameString

The name of the provisioning template version to delete.

Returns:

  • (String)


4662
4663
4664
4665
4666
4667
# File 'lib/aws-sdk-iot/types.rb', line 4662

class DeleteProvisioningTemplateVersionRequest < Struct.new(
  :template_name,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#version_idInteger

The provisioning template version ID to delete.

Returns:

  • (Integer)


4662
4663
4664
4665
4666
4667
# File 'lib/aws-sdk-iot/types.rb', line 4662

class DeleteProvisioningTemplateVersionRequest < Struct.new(
  :template_name,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end