| 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.IAM.Types.RoleUsageType
Description
Synopsis
Documentation
data RoleUsageType Source #
An object that contains details about how a service-linked role is used, if that information is returned by the service.
This data type is used as a response element in the GetServiceLinkedRoleDeletionStatus operation.
See: newRoleUsageType smart constructor.
Constructors
| RoleUsageType' | |
Instances
newRoleUsageType :: RoleUsageType Source #
Create a value of RoleUsageType 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:region:RoleUsageType', roleUsageType_region - The name of the Region where the service-linked role is being used.
$sel:resources:RoleUsageType', roleUsageType_resources - The name of the resource that is using the service-linked role.
roleUsageType_region :: Lens' RoleUsageType (Maybe Text) Source #
The name of the Region where the service-linked role is being used.
roleUsageType_resources :: Lens' RoleUsageType (Maybe [Text]) Source #
The name of the resource that is using the service-linked role.