| 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.WorkMail.Types.ImpersonationMatchedRule
Description
Documentation
data ImpersonationMatchedRule Source #
The impersonation rule that matched the input.
See: newImpersonationMatchedRule smart constructor.
Constructors
| ImpersonationMatchedRule' | |
Instances
newImpersonationMatchedRule :: ImpersonationMatchedRule Source #
Create a value of ImpersonationMatchedRule 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:impersonationRuleId:ImpersonationMatchedRule', impersonationMatchedRule_impersonationRuleId - The ID of the rule that matched the input
$sel:name:ImpersonationMatchedRule', impersonationMatchedRule_name - The name of the rule that matched the input.
impersonationMatchedRule_impersonationRuleId :: Lens' ImpersonationMatchedRule (Maybe Text) Source #
The ID of the rule that matched the input
impersonationMatchedRule_name :: Lens' ImpersonationMatchedRule (Maybe Text) Source #
The name of the rule that matched the input.