Class: Aws::GuardDuty::Types::GetMalwareProtectionPlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetMalwareProtectionPlanRequest
- 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.
3851 3852 3853 3854 3855 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3851 class GetMalwareProtectionPlanRequest < Struct.new( :malware_protection_plan_id) SENSITIVE = [] include Aws::Structure end |