Class: Aws::GuardDuty::Types::MalwareProtectionConfigurationResult

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

Overview

An object that contains information on the status of all Malware Protection data sources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scan_ec2_instance_with_findingsTypes::ScanEc2InstanceWithFindingsResult

Describes the configuration of Malware Protection for EC2 instances with findings.



4657
4658
4659
4660
4661
4662
# File 'lib/aws-sdk-guardduty/types.rb', line 4657

class MalwareProtectionConfigurationResult < Struct.new(
  :scan_ec2_instance_with_findings,
  :service_role)
  SENSITIVE = []
  include Aws::Structure
end

#service_roleString

The GuardDuty Malware Protection service role.

Returns:

  • (String)


4657
4658
4659
4660
4661
4662
# File 'lib/aws-sdk-guardduty/types.rb', line 4657

class MalwareProtectionConfigurationResult < Struct.new(
  :scan_ec2_instance_with_findings,
  :service_role)
  SENSITIVE = []
  include Aws::Structure
end