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
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. 
- 
  
    
      #resource_owner_account  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services account ID that owns the resource. 
Instance Attribute Details
#analyzer_arn ⇒ String
The ARN of the analyzer to use to scan the policies applied to the specified resource.
| 4405 4406 4407 4408 4409 4410 4411 | # File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4405 class StartResourceScanRequest < Struct.new( :analyzer_arn, :resource_arn, :resource_owner_account) SENSITIVE = [] include Aws::Structure end | 
#resource_arn ⇒ String
The ARN of the resource to scan.
| 4405 4406 4407 4408 4409 4410 4411 | # File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4405 class StartResourceScanRequest < Struct.new( :analyzer_arn, :resource_arn, :resource_owner_account) SENSITIVE = [] include Aws::Structure end | 
#resource_owner_account ⇒ String
The Amazon Web Services account ID that owns the resource. For most Amazon Web Services resources, the owning account is the account in which the resource was created.
| 4405 4406 4407 4408 4409 4410 4411 | # File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4405 class StartResourceScanRequest < Struct.new( :analyzer_arn, :resource_arn, :resource_owner_account) SENSITIVE = [] include Aws::Structure end |