Class: Aws::GuardDuty::Types::UpdateMalwareProtectionPlanRequest

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

#actionsTypes::MalwareProtectionPlanActions

Information about whether the tags will be added to the S3 object after scanning.



15256
15257
15258
15259
15260
15261
15262
15263
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 15256

class UpdateMalwareProtectionPlanRequest < Struct.new(
  :malware_protection_plan_id,
  :role,
  :actions,
  :protected_resource)
  SENSITIVE = []
  include Aws::Structure
end

#malware_protection_plan_idString

A unique identifier associated with the Malware Protection plan.

Returns:

  • (String)


15256
15257
15258
15259
15260
15261
15262
15263
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 15256

class UpdateMalwareProtectionPlanRequest < Struct.new(
  :malware_protection_plan_id,
  :role,
  :actions,
  :protected_resource)
  SENSITIVE = []
  include Aws::Structure
end

#protected_resourceTypes::UpdateProtectedResource

Information about the protected resource that is associated with the created Malware Protection plan. Presently, S3Bucket is the only supported protected resource.



15256
15257
15258
15259
15260
15261
15262
15263
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 15256

class UpdateMalwareProtectionPlanRequest < Struct.new(
  :malware_protection_plan_id,
  :role,
  :actions,
  :protected_resource)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

Amazon Resource Name (ARN) of the IAM role with permissions to scan and add tags to the associated protected resource.

Returns:

  • (String)


15256
15257
15258
15259
15260
15261
15262
15263
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 15256

class UpdateMalwareProtectionPlanRequest < Struct.new(
  :malware_protection_plan_id,
  :role,
  :actions,
  :protected_resource)
  SENSITIVE = []
  include Aws::Structure
end