DescribeThingRegistrationTaskResponse
public struct DescribeThingRegistrationTaskResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The task creation date.
Declaration
Swift
public let creationDate: TimeStamp?
-
The number of things that failed to be provisioned.
Declaration
Swift
public let failureCount: Int?
-
The S3 bucket that contains the input file.
Declaration
Swift
public let inputFileBucket: String?
-
The input file key.
Declaration
Swift
public let inputFileKey: String?
-
The date when the task was last modified.
Declaration
Swift
public let lastModifiedDate: TimeStamp?
-
The message.
Declaration
Swift
public let message: String?
-
The progress of the bulk provisioning task expressed as a percentage.
Declaration
Swift
public let percentageProgress: Int?
-
The role ARN that grants access to the input file bucket.
Declaration
Swift
public let roleArn: String?
-
The status of the bulk thing provisioning task.
Declaration
Swift
public let status: Status?
-
The number of things successfully provisioned.
Declaration
Swift
public let successCount: Int?
-
The task ID.
Declaration
Swift
public let taskId: String?
-
The task’s template.
Declaration
Swift
public let templateBody: String?
-
init(creationDate:failureCount:inputFileBucket:inputFileKey:lastModifiedDate:message:percentageProgress:roleArn:status:successCount:taskId:templateBody:)
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp? = nil, failureCount: Int? = nil, inputFileBucket: String? = nil, inputFileKey: String? = nil, lastModifiedDate: TimeStamp? = nil, message: String? = nil, percentageProgress: Int? = nil, roleArn: String? = nil, status: Status? = nil, successCount: Int? = nil, taskId: String? = nil, templateBody: String? = nil)