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.
6053 6054 6055 6056 6057 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6053 class MalwareProtectionDataSourceFreeTrial < Struct.new( :scan_ec2_instance_with_findings) SENSITIVE = [] include Aws::Structure end |