Class: Aws::GuardDuty::Types::CreateMalwareProtectionPlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateMalwareProtectionPlanResponse
- Defined in:
- gems/aws-sdk-guardduty/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 the Malware Protection plan resource.
Instance Attribute Details
#malware_protection_plan_id ⇒ String
A unique identifier associated with the Malware Protection plan resource.
1721 1722 1723 1724 1725 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1721 class CreateMalwareProtectionPlanResponse < Struct.new( :malware_protection_plan_id) SENSITIVE = [] include Aws::Structure end |