DescribeProvisioningTemplateResponse
public struct DescribeProvisioningTemplateResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date when the fleet provisioning template was created.
Declaration
Swift
public let creationDate: TimeStamp?
-
The default fleet template version ID.
Declaration
Swift
public let defaultVersionId: Int?
-
The description of the fleet provisioning template.
Declaration
Swift
public let description: String?
-
True if the fleet provisioning template is enabled, otherwise false.
Declaration
Swift
public let enabled: Bool?
-
The date when the fleet provisioning template was last modified.
Declaration
Swift
public let lastModifiedDate: TimeStamp?
-
Gets information about a pre-provisioned hook.
Declaration
Swift
public let preProvisioningHook: ProvisioningHook?
-
The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.
Declaration
Swift
public let provisioningRoleArn: String?
-
The ARN of the fleet provisioning template.
Declaration
Swift
public let templateArn: String?
-
The JSON formatted contents of the fleet provisioning template.
Declaration
Swift
public let templateBody: String?
-
The name of the fleet provisioning template.
Declaration
Swift
public let templateName: String?
-
init(creationDate:defaultVersionId:description:enabled:lastModifiedDate:preProvisioningHook:provisioningRoleArn:templateArn:templateBody:templateName:)
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp? = nil, defaultVersionId: Int? = nil, description: String? = nil, enabled: Bool? = nil, lastModifiedDate: TimeStamp? = nil, preProvisioningHook: ProvisioningHook? = nil, provisioningRoleArn: String? = nil, templateArn: String? = nil, templateBody: String? = nil, templateName: String? = nil)