Class: Aws::GuardDuty::Types::OrganizationEbsVolumesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationEbsVolumesResult
- Defined in:
- gems/aws-sdk-guardduty/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.
6450 6451 6452 6453 6454 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6450 class OrganizationEbsVolumesResult < Struct.new( :auto_enable) SENSITIVE = [] include Aws::Structure end |