Class: Aws::IoT::Types::DescribeProvisioningTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeProvisioningTemplateRequest
- Defined in:
- gems/aws-sdk-iot/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.
6844 6845 6846 6847 6848 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6844 class DescribeProvisioningTemplateRequest < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end |