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
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.
4186 4187 4188 4189 4190 4191 4192 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4186 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.
4186 4187 4188 4189 4190 4191 4192 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4186 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.
4186 4187 4188 4189 4190 4191 4192 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4186 class CreateProvisioningTemplateVersionRequest < Struct.new( :template_name, :template_body, :set_as_default) SENSITIVE = [] include Aws::Structure end |