Class: Aws::GuardDuty::Types::OrganizationEbsVolumes
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationEbsVolumes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Organization-wide EBS volumes scan configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_enable ⇒ Boolean
Whether scanning EBS volumes should be auto-enabled for new members joining the organization.
Instance Attribute Details
#auto_enable ⇒ Boolean
Whether scanning EBS volumes should be auto-enabled for new members joining the organization.
6433 6434 6435 6436 6437 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6433 class OrganizationEbsVolumes < Struct.new( :auto_enable) SENSITIVE = [] include Aws::Structure end |