Class: Aws::GuardDuty::Types::OrganizationMalwareProtectionConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationMalwareProtectionConfigurationResult
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
An object that contains information on the status of all Malware Protection data source for an organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scan_ec2_instance_with_findings ⇒ Types::OrganizationScanEc2InstanceWithFindingsResult
Describes the configuration for scanning EC2 instances with findings for an organization.
Instance Attribute Details
#scan_ec2_instance_with_findings ⇒ Types::OrganizationScanEc2InstanceWithFindingsResult
Describes the configuration for scanning EC2 instances with findings for an organization.
6672 6673 6674 6675 6676 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6672 class OrganizationMalwareProtectionConfigurationResult < Struct.new( :scan_ec2_instance_with_findings) SENSITIVE = [] include Aws::Structure end |