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

Class: Aws::AccessAnalyzer::Types::StartResourceScanRequest

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_arnString

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

Returns:

  • (String)

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

#resource_arnString

The ARN of the resource to scan.

Returns:

  • (String)

    The ARN of the resource to scan.