| 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.AccessAnalyzer.Types.AnalyzedResourceSummary
Description
Synopsis
- data AnalyzedResourceSummary = AnalyzedResourceSummary' {}
- newAnalyzedResourceSummary :: Text -> Text -> ResourceType -> AnalyzedResourceSummary
- analyzedResourceSummary_resourceArn :: Lens' AnalyzedResourceSummary Text
- analyzedResourceSummary_resourceOwnerAccount :: Lens' AnalyzedResourceSummary Text
- analyzedResourceSummary_resourceType :: Lens' AnalyzedResourceSummary ResourceType
Documentation
data AnalyzedResourceSummary Source #
Contains the ARN of the analyzed resource.
See: newAnalyzedResourceSummary smart constructor.
Constructors
| AnalyzedResourceSummary' | |
Fields
| |
Instances
newAnalyzedResourceSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> ResourceType | |
| -> AnalyzedResourceSummary |
Create a value of AnalyzedResourceSummary 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:resourceArn:AnalyzedResourceSummary', analyzedResourceSummary_resourceArn - The ARN of the analyzed resource.
$sel:resourceOwnerAccount:AnalyzedResourceSummary', analyzedResourceSummary_resourceOwnerAccount - The Amazon Web Services account ID that owns the resource.
$sel:resourceType:AnalyzedResourceSummary', analyzedResourceSummary_resourceType - The type of resource that was analyzed.
analyzedResourceSummary_resourceArn :: Lens' AnalyzedResourceSummary Text Source #
The ARN of the analyzed resource.
analyzedResourceSummary_resourceOwnerAccount :: Lens' AnalyzedResourceSummary Text Source #
The Amazon Web Services account ID that owns the resource.
analyzedResourceSummary_resourceType :: Lens' AnalyzedResourceSummary ResourceType Source #
The type of resource that was analyzed.