Class: Aws::AccessAnalyzer::Types::StartResourceScanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::StartResourceScanRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Note:
When making an API call, you may pass StartResourceScanRequest data as a hash:
{
analyzer_arn: "AnalyzerArn", # required
resource_arn: "ResourceArn", # required
}
Starts a scan of the policies applied to the specified resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ String
The [ARN of the analyzer][1] to use to scan the policies applied to the specified resource.
-
#resource_arn ⇒ String
The ARN of the resource to scan.
Instance Attribute Details
#analyzer_arn ⇒ String
The ARN of the analyzer to use to scan the policies applied to the specified resource.
3109 3110 3111 3112 3113 3114 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3109 class StartResourceScanRequest < Struct.new( :analyzer_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the resource to scan.
3109 3110 3111 3112 3113 3114 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3109 class StartResourceScanRequest < Struct.new( :analyzer_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |