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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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.



5146
5147
5148
5149
5150
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5146

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