Class: Aws::GuardDuty::Types::MalwareProtectionPlanSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#malware_protection_plan_idString

A unique identifier associated with Malware Protection plan.

Returns:

  • (String)


5603
5604
5605
5606
5607
# File 'lib/aws-sdk-guardduty/types.rb', line 5603

class MalwareProtectionPlanSummary < Struct.new(
  :malware_protection_plan_id)
  SENSITIVE = []
  include Aws::Structure
end