Class: Aws::IoT::Types::DeleteProvisioningTemplateRequest

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

Overview

Note:

When making an API call, you may pass DeleteProvisioningTemplateRequest data as a hash:

{
  template_name: "TemplateName", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_nameString

The name of the fleet provision template to delete.

Returns:

  • (String)


6200
6201
6202
6203
6204
# File 'lib/aws-sdk-iot/types.rb', line 6200

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