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

Class: Aws::AccessAnalyzer::Types::GetFindingRequest

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

Overview

Note:

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

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

Retrieves a finding.

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_arnString

The ARN of the analyzer that generated the finding.

Returns:

  • (String)

    The ARN of the analyzer that generated the finding.

#idString

The ID of the finding to retrieve.

Returns:

  • (String)

    The ID of the finding to retrieve.