Class: Aws::GuardDuty::Types::MalwareProtectionDataSourceFreeTrial

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

Overview

Provides details about Malware Protection when it is enabled as a data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scan_ec2_instance_with_findingsTypes::DataSourceFreeTrial

Describes whether Malware Protection for EC2 instances with findings is enabled as a data source.



4674
4675
4676
4677
4678
# File 'lib/aws-sdk-guardduty/types.rb', line 4674

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