ListThingRegistrationTaskReportsResponse
public struct ListThingRegistrationTaskReportsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token used to get the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextToken: String?
-
The type of task report.
Declaration
Swift
public let reportType: ReportType?
-
Links to the task resources.
Declaration
Swift
public let resourceLinks: [String]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, reportType: ReportType? = nil, resourceLinks: [String]? = nil)