Class: Aws::GuardDuty::Types::DeleteMalwareProtectionPlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DeleteMalwareProtectionPlanRequest
- 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 Malware Protection plan resource.
Instance Attribute Details
#malware_protection_plan_id ⇒ String
A unique identifier associated with Malware Protection plan resource.
2201 2202 2203 2204 2205 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2201 class DeleteMalwareProtectionPlanRequest < Struct.new( :malware_protection_plan_id) SENSITIVE = [] include Aws::Structure end |