You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::CreateProvisioningTemplateVersionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateProvisioningTemplateVersionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  template_name: "TemplateName", # required
  template_body: "TemplateBody", # required
  set_as_default: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#set_as_defaultBoolean

Sets a fleet provision template version as the default version.

Returns:

  • (Boolean)

    Sets a fleet provision template version as the default version.

#template_bodyString

The JSON formatted contents of the fleet provisioning template.

Returns:

  • (String)

    The JSON formatted contents of the fleet provisioning template.

#template_nameString

The name of the fleet provisioning template.

Returns:

  • (String)

    The name of the fleet provisioning template.