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

Class: Aws::IoT::Types::DescribeProvisioningTemplateVersionResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date when the fleet provisioning template version was created.

Returns:

  • (Time)

    The date when the fleet provisioning template version was created.

#is_default_versionBoolean

True if the fleet provisioning template version is the default version.

Returns:

  • (Boolean)

    True if the fleet provisioning template version is the default version.

#template_bodyString

The JSON formatted contents of the fleet provisioning template version.

Returns:

  • (String)

    The JSON formatted contents of the fleet provisioning template version.

#version_idInteger

The fleet provisioning template version ID.

Returns:

  • (Integer)

    The fleet provisioning template version ID.