Class: Aws::IoT::Types::CreateProvisioningClaimRequest

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 to use.

Returns:

  • (String)


3559
3560
3561
3562
3563
# File 'lib/aws-sdk-iot/types.rb', line 3559

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