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

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

Instance Attribute Details

#malware_protection_plan_idString

A unique identifier associated with Malware Protection plan.

Returns:

  • (String)


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