Class: Aws::IoT::Types::CreateProvisioningTemplateVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateProvisioningTemplateVersionRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass CreateProvisioningTemplateVersionRequest data as a hash:
{
template_name: "TemplateName", # required
template_body: "TemplateBody", # required
set_as_default: false,
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#set_as_default ⇒ Boolean
Sets a fleet provision template version as the default version.
-
#template_body ⇒ String
The JSON formatted contents of the provisioning template.
-
#template_name ⇒ String
The name of the provisioning template.
Instance Attribute Details
#set_as_default ⇒ Boolean
Sets a fleet provision template version as the default version.
4538 4539 4540 4541 4542 4543 4544 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4538 class CreateProvisioningTemplateVersionRequest < Struct.new( :template_name, :template_body, :set_as_default) SENSITIVE = [] include Aws::Structure end |
#template_body ⇒ String
The JSON formatted contents of the provisioning template.
4538 4539 4540 4541 4542 4543 4544 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4538 class CreateProvisioningTemplateVersionRequest < Struct.new( :template_name, :template_body, :set_as_default) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the provisioning template.
4538 4539 4540 4541 4542 4543 4544 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4538 class CreateProvisioningTemplateVersionRequest < Struct.new( :template_name, :template_body, :set_as_default) SENSITIVE = [] include Aws::Structure end |