Class: Aws::GuardDuty::Types::OrganizationScanEc2InstanceWithFindings
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationScanEc2InstanceWithFindings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Organization-wide EC2 instances with findings scan configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ebs_volumes ⇒ Types::OrganizationEbsVolumes
Whether scanning EBS volumes should be auto-enabled for new members joining the organization.
Instance Attribute Details
#ebs_volumes ⇒ Types::OrganizationEbsVolumes
Whether scanning EBS volumes should be auto-enabled for new members joining the organization.
6718 6719 6720 6721 6722 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6718 class OrganizationScanEc2InstanceWithFindings < Struct.new( :ebs_volumes) SENSITIVE = [] include Aws::Structure end |