Class: Aws::GuardDuty::Types::DeleteMalwareProtectionPlanRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#malware_protection_plan_idString

A unique identifier associated with Malware Protection plan resource.

Returns:

  • (String)


2063
2064
2065
2066
2067
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2063

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