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

Class: Aws::IoT::Types::CreateProvisioningTemplateVersionResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#is_default_versionBoolean

True if the fleet provisioning template version is the default version, otherwise false.

Returns:

  • (Boolean)

    True if the fleet provisioning template version is the default version, otherwise false.

#template_arnString

The ARN that identifies the provisioning template.

Returns:

  • (String)

    The ARN that identifies the provisioning template.

#template_nameString

The name of the fleet provisioning template.

Returns:

  • (String)

    The name of the fleet provisioning template.

#version_idInteger

The version of the fleet provisioning template.

Returns:

  • (Integer)

    The version of the fleet provisioning template.