Class: Aws::IoT::Types::CreateProvisioningTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateProvisioningTemplateResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_version_id ⇒ Integer
The default version of the provisioning template.
-
#template_arn ⇒ String
The ARN that identifies the provisioning template.
-
#template_name ⇒ String
The name of the provisioning template.
Instance Attribute Details
#default_version_id ⇒ Integer
The default version of the provisioning template.
3857 3858 3859 3860 3861 3862 3863 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3857 class CreateProvisioningTemplateResponse < Struct.new( :template_arn, :template_name, :default_version_id) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The ARN that identifies the provisioning template.
3857 3858 3859 3860 3861 3862 3863 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3857 class CreateProvisioningTemplateResponse < Struct.new( :template_arn, :template_name, :default_version_id) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the provisioning template.
3857 3858 3859 3860 3861 3862 3863 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3857 class CreateProvisioningTemplateResponse < Struct.new( :template_arn, :template_name, :default_version_id) SENSITIVE = [] include Aws::Structure end |