- Navigation Guide
@aws-sdk/client-workmail
GetImpersonationRoleEffectCommandOutput Interface
The output of GetImpersonationRoleEffectCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Effect | AccessEffect | undefined | |
MatchedRules | ImpersonationMatchedRule[] | undefined | A list of the rules that match the input and produce the configured effect. |
Type | ImpersonationRoleType | undefined | The impersonation role type. |
Full Signature
export interface GetImpersonationRoleEffectCommandOutput extends GetImpersonationRoleEffectResponse, MetadataBearer