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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3813
3814
3815
3816
3817
# File 'lib/aws-sdk-guardduty/types.rb', line 3813

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