Class: Aws::IoT::Types::DescribeProvisioningTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeProvisioningTemplateRequest
- 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.
Instance Attribute Details
#template_name ⇒ String
The name of the provisioning template.
6216 6217 6218 6219 6220 |
# File 'lib/aws-sdk-iot/types.rb', line 6216 class DescribeProvisioningTemplateRequest < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end |