ListThingRegistrationTaskReportsRequest
public struct ListThingRegistrationTaskReportsRequest : AWSShape
extension IoT.ListThingRegistrationTaskReportsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of results to return per request.
Declaration
Swift
public let maxResults: Int?
-
The token to retrieve the next set of results.
Declaration
Swift
public let nextToken: String?
-
The type of task report.
Declaration
Swift
public let reportType: ReportType
-
The id of the task.
Declaration
Swift
public let taskId: String
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, reportType: ReportType, taskId: String)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoT.ListThingRegistrationTaskReportsRequest