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.
4056 4057 4058 4059 4060 |
# File 'lib/aws-sdk-iot/types.rb', line 4056 class CreateProvisioningClaimRequest < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end |