DescribeProvisioningTemplateResponse class

Constructors

DescribeProvisioningTemplateResponse({DateTime? creationDate, int? defaultVersionId, String? description, bool? enabled, DateTime? lastModifiedDate, ProvisioningHook? preProvisioningHook, String? provisioningRoleArn, String? templateArn, String? templateBody, String? templateName})
DescribeProvisioningTemplateResponse.fromJson(Map<String, dynamic> json)
factory

Properties

creationDate DateTime?
The date when the fleet provisioning template was created.
final
defaultVersionId int?
The default fleet template version ID.
final
description String?
The description of the fleet provisioning template.
final
enabled bool?
True if the fleet provisioning template is enabled, otherwise false.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedDate DateTime?
The date when the fleet provisioning template was last modified.
final
preProvisioningHook ProvisioningHook?
Gets information about a pre-provisioned hook.
final
provisioningRoleArn String?
The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateArn String?
The ARN of the fleet provisioning template.
final
templateBody String?
The JSON formatted contents of the fleet provisioning template.
final
templateName String?
The name of the fleet provisioning template.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited