Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ResourcesAffected Source #
Provides information about the resources that a finding applies to.
See: newResourcesAffected
smart constructor.
Instances
newResourcesAffected :: ResourcesAffected Source #
Create a value of ResourcesAffected
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:s3Object:ResourcesAffected'
, resourcesAffected_s3Object
- The details of the S3 object that the finding applies to.
$sel:s3Bucket:ResourcesAffected'
, resourcesAffected_s3Bucket
- The details of the S3 bucket that the finding applies to.
resourcesAffected_s3Object :: Lens' ResourcesAffected (Maybe S3Object) Source #
The details of the S3 object that the finding applies to.
resourcesAffected_s3Bucket :: Lens' ResourcesAffected (Maybe S3Bucket) Source #
The details of the S3 bucket that the finding applies to.