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.
6113 6114 6115 6116 6117 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6113 class MalwareProtectionPlanSummary < Struct.new( :malware_protection_plan_id) SENSITIVE = [] include Aws::Structure end |