class Aws::AccessAnalyzer::Types::GetFindingRequest

Retrieves a finding.

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

data as a hash:

    {
      analyzer_arn: "AnalyzerArn", # required
      id: "FindingId", # required
    }

@!attribute [rw] analyzer_arn

The [ARN of the analyzer][1] that generated the finding.

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

@!attribute [rw] id

The ID of the finding to retrieve.
@return [String]

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

Constants

SENSITIVE