AddAttributesToFindingsRequest

public struct AddAttributesToFindingsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The array of attributes that you want to assign to specified findings.

    Declaration

    Swift

    public let attributes: [Attribute]
  • The ARNs that specify the findings that you want to assign attributes to.

    Declaration

    Swift

    public let findingArns: [String]
  • Undocumented

    Declaration

    Swift

    public init(attributes: [Attribute], findingArns: [String])
  • Declaration

    Swift

    public func validate(name: String) throws