ListAuditMitigationActionsTasksRequest

public struct ListAuditMitigationActionsTasksRequest : AWSShape
extension IoT.ListAuditMitigationActionsTasksRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specify this filter to limit results to tasks that were applied to results for a specific audit.

    Declaration

    Swift

    public let auditTaskId: String?
  • Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and time.

    Declaration

    Swift

    public let endTime: TimeStamp
  • Specify this filter to limit results to tasks that were applied to a specific audit finding.

    Declaration

    Swift

    public let findingId: String?
  • The maximum number of results to return at one time. The default is 25.

    Declaration

    Swift

    public let maxResults: Int?
  • The token for the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • Specify this filter to limit results to tasks that began on or after a specific date and time.

    Declaration

    Swift

    public let startTime: TimeStamp
  • Specify this filter to limit results to tasks that are in a specific state.

    Declaration

    Swift

    public let taskStatus: AuditMitigationActionsTaskStatus?
  • Undocumented

    Declaration

    Swift

    public init(auditTaskId: String? = nil, endTime: TimeStamp, findingId: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, startTime: TimeStamp, taskStatus: AuditMitigationActionsTaskStatus? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> IoT.ListAuditMitigationActionsTasksRequest