Method: Aws::IoT::Types::DescribeProvisioningTemplateRequest#template_name
- Defined in:
- lib/aws-sdk-iot/types.rb
#template_name ⇒ String
The name of the provisioning template.
6582 6583 6584 6585 6586 |
# File 'lib/aws-sdk-iot/types.rb', line 6582 class DescribeProvisioningTemplateRequest < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end |