UnarchiveFindingsRequest

public struct UnarchiveFindingsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the detector associated with the findings to unarchive.

    Declaration

    Swift

    public let detectorId: String
  • The IDs of the findings to unarchive.

    Declaration

    Swift

    public let findingIds: [String]
  • Undocumented

    Declaration

    Swift

    public init(detectorId: String, findingIds: [String])
  • Declaration

    Swift

    public func validate(name: String) throws