UpdateFindingsRequest
public struct UpdateFindingsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A collection of attributes that specify which findings you want to update.
Declaration
Swift
public let filters: AwsSecurityFindingFilters -
The updated note for the finding.
Declaration
Swift
public let note: NoteUpdate? -
The updated record state for the finding.
Declaration
Swift
public let recordState: RecordState? -
Undocumented
Declaration
Swift
public init(filters: AwsSecurityFindingFilters, note: NoteUpdate? = nil, recordState: RecordState? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateFindingsRequest Structure Reference