class Aws::AccessAnalyzer::Types::UpdateFindingsRequest

Updates findings with the new values provided in the request.

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

data as a hash:

    {
      analyzer_arn: "AnalyzerArn", # required
      client_token: "String",
      ids: ["FindingId"],
      resource_arn: "ResourceArn",
      status: "ACTIVE", # required, accepts ACTIVE, ARCHIVED
    }

@!attribute [rw] analyzer_arn

The [ARN of the analyzer][1] that generated the findings to update.

[1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
@return [String]

@!attribute [rw] client_token

A client token.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] ids

The IDs of the findings to update.
@return [Array<String>]

@!attribute [rw] resource_arn

The ARN of the resource identified in the finding.
@return [String]

@!attribute [rw] status

The state represents the action to take to update the finding
Status. Use `ARCHIVE` to change an Active finding to an Archived
finding. Use `ACTIVE` to change an Archived finding to an Active
finding.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/UpdateFindingsRequest AWS API Documentation

Constants

SENSITIVE