class Aws::AccessAnalyzer::Types::StartResourceScanRequest

Starts a scan of the policies applied to the specified resource.

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

data as a hash:

    {
      analyzer_arn: "AnalyzerArn", # required
      resource_arn: "ResourceArn", # required
    }

@!attribute [rw] analyzer_arn

The [ARN of the analyzer][1] to use to scan the policies applied to
the specified resource.

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

@!attribute [rw] resource_arn

The ARN of the resource to scan.
@return [String]

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

Constants

SENSITIVE