CreateSampleFindingsRequest

public struct CreateSampleFindingsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the detector to create sample findings for.

    Declaration

    Swift

    public let detectorId: String
  • The types of sample findings to generate.

    Declaration

    Swift

    public let findingTypes: [String]?
  • Undocumented

    Declaration

    Swift

    public init(detectorId: String, findingTypes: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws