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

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 CreateProvisioningClaimRequest 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 provisioning template to use.

Returns:

  • (String)


4396
4397
4398
4399
4400
# File 'lib/aws-sdk-iot/types.rb', line 4396

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