Class: Aws::GuardDuty::Types::MalwareProtectionDataSourceFreeTrial
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MalwareProtectionDataSourceFreeTrial
- 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
-
#scan_ec2_instance_with_findings ⇒ Types::DataSourceFreeTrial
Describes whether Malware Protection for EC2 instances with findings is enabled as a data source.
Instance Attribute Details
#scan_ec2_instance_with_findings ⇒ Types::DataSourceFreeTrial
Describes whether Malware Protection for EC2 instances with findings is enabled as a data source.
5813 5814 5815 5816 5817 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5813 class MalwareProtectionDataSourceFreeTrial < Struct.new( :scan_ec2_instance_with_findings) SENSITIVE = [] include Aws::Structure end |