Class: Aws::IoT::Types::CreateProvisioningClaimRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateProvisioningClaimRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_name ⇒ String
The name of the provisioning template to use.
Instance Attribute Details
#template_name ⇒ String
The name of the provisioning template to use.
3743 3744 3745 3746 3747 |
# File 'lib/aws-sdk-iot/types.rb', line 3743 class CreateProvisioningClaimRequest < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end |