Class: Aws::GuardDuty::Types::OrganizationEbsVolumesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationEbsVolumesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
An object that contains information on the status of whether EBS volumes scanning will be enabled as a data source for an organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_enable ⇒ Boolean
An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization.
Instance Attribute Details
#auto_enable ⇒ Boolean
An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization.
6449 6450 6451 6452 6453 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6449 class OrganizationEbsVolumesResult < Struct.new( :auto_enable) SENSITIVE = [] include Aws::Structure end |