Class: Aws::GuardDuty::Types::OrganizationMalwareProtectionConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationMalwareProtectionConfigurationResult
- Includes:
- Structure
- Defined in:
- 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.
6400 6401 6402 6403 6404 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6400 class OrganizationMalwareProtectionConfigurationResult < Struct.new( :scan_ec2_instance_with_findings) SENSITIVE = [] include Aws::Structure end |