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

Class: Aws::AccessAnalyzer::Types::UpdateFindingsRequest

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

Overview

Note:

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

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

Updates findings with the new values provided in the request.

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_arnString

The ARN of the analyzer that generated the findings to update.

Returns:

  • (String)

    The ARN of the analyzer that generated the findings to update.

#client_tokenString

A client token.

Returns:

  • (String)

    A client token.

#idsArray<String>

The IDs of the findings to update.

Returns:

  • (Array<String>)

    The IDs of the findings to update.

#resource_arnString

The ARN of the resource identified in the finding.

Returns:

  • (String)

    The ARN of the resource identified in the finding.

#statusString

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.

Possible values:

  • ACTIVE
  • ARCHIVED

Returns:

  • (String)

    The state represents the action to take to update the finding Status.