Class: Aws::GuardDuty::Types::StartMalwareScanRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::StartMalwareScanRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon Resource Name (ARN) of the resource for which you invoked the API.
 
Instance Attribute Details
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource for which you invoked the API.
      8214 8215 8216 8217 8218  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 8214 class StartMalwareScanRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end  |