Class: Aws::GuardDuty::Types::MalwareProtectionPlanSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MalwareProtectionPlanSummary
- Defined in:
- gems/aws-sdk-guardduty/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.
5869 5870 5871 5872 5873 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5869 class MalwareProtectionPlanSummary < Struct.new( :malware_protection_plan_id) SENSITIVE = [] include Aws::Structure end |