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