Method: Aws::GuardDuty::Types::GetMalwareProtectionPlanResponse#actions

Defined in:
lib/aws-sdk-guardduty/types.rb

#actionsTypes::MalwareProtectionPlanActions

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



4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
# File 'lib/aws-sdk-guardduty/types.rb', line 4107

class GetMalwareProtectionPlanResponse < Struct.new(
  :arn,
  :role,
  :protected_resource,
  :actions,
  :created_at,
  :status,
  :status_reasons,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end