Class: Aws::GuardDuty::Types::CreateMalwareProtectionPlanResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::CreateMalwareProtectionPlanResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #malware_protection_plan_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier associated with the Malware Protection plan resource.
 
Instance Attribute Details
#malware_protection_plan_id ⇒ String
A unique identifier associated with the Malware Protection plan resource.
      1630 1631 1632 1633 1634  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1630 class CreateMalwareProtectionPlanResponse < Struct.new( :malware_protection_plan_id) SENSITIVE = [] include Aws::Structure end  |