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

Class: Aws::IoT::Types::DescribeProvisioningTemplateResponse

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 was created.

Returns:

  • (Time)

    The date when the fleet provisioning template was created.

#default_version_idInteger

The default fleet template version ID.

Returns:

  • (Integer)

    The default fleet template version ID.

#descriptionString

The description of the fleet provisioning template.

Returns:

  • (String)

    The description of the fleet provisioning template.

#enabledBoolean

True if the fleet provisioning template is enabled, otherwise false.

Returns:

  • (Boolean)

    True if the fleet provisioning template is enabled, otherwise false.

#last_modified_dateTime

The date when the fleet provisioning template was last modified.

Returns:

  • (Time)

    The date when the fleet provisioning template was last modified.

#pre_provisioning_hookTypes::ProvisioningHook

Gets information about a pre-provisioned hook.

Returns:

#provisioning_role_arnString

The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.

Returns:

  • (String)

    The ARN of the role associated with the provisioning template.

#template_arnString

The ARN of the fleet provisioning template.

Returns:

  • (String)

    The ARN of the fleet provisioning template.

#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.