You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Inspector::Types::AddAttributesToFindingsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AddAttributesToFindingsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::Attribute>

The array of attributes that you want to assign to specified findings.

Returns:

  • (Array<Types::Attribute>)

    The array of attributes that you want to assign to specified findings.

#finding_arnsArray<String>

The ARNs that specify the findings that you want to assign attributes to.

Returns:

  • (Array<String>)

    The ARNs that specify the findings that you want to assign attributes to.