| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GuardDuty.Types.OrganizationEbsVolumesResult
Description
Documentation
data OrganizationEbsVolumesResult Source #
An object that contains information on the status of whether EBS volumes scanning will be enabled as a data source for an organization.
See: newOrganizationEbsVolumesResult smart constructor.
Constructors
| OrganizationEbsVolumesResult' | |
Fields
| |
Instances
newOrganizationEbsVolumesResult :: OrganizationEbsVolumesResult Source #
Create a value of OrganizationEbsVolumesResult with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:autoEnable:OrganizationEbsVolumesResult', organizationEbsVolumesResult_autoEnable - An object that contains the status of whether scanning EBS volumes
should be auto-enabled for new members joining the organization.
organizationEbsVolumesResult_autoEnable :: Lens' OrganizationEbsVolumesResult (Maybe Bool) Source #
An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization.