class Aws::Inspector::Types::AddAttributesToFindingsRequest

@note When making an API call, you may pass AddAttributesToFindingsRequest

data as a hash:

    {
      finding_arns: ["Arn"], # required
      attributes: [ # required
        {
          key: "AttributeKey", # required
          value: "AttributeValue",
        },
      ],
    }

@!attribute [rw] finding_arns

The ARNs that specify the findings that you want to assign
attributes to.
@return [Array<String>]

@!attribute [rw] attributes

The array of attributes that you want to assign to specified
findings.
@return [Array<Types::Attribute>]

@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/AddAttributesToFindingsRequest AWS API Documentation

Constants

SENSITIVE