- Navigation Guide
@aws-sdk/client-workmail
GetMobileDeviceAccessEffectCommandOutput Interface
The output of GetMobileDeviceAccessEffectCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Effect | MobileDeviceAccessRuleEffect | undefined | The effect of the simulated access, |
MatchedRules | MobileDeviceAccessMatchedRule[] | undefined | A list of the rules which matched the simulated user input and produced the effect. |
Full Signature
export interface GetMobileDeviceAccessEffectCommandOutput extends GetMobileDeviceAccessEffectResponse, MetadataBearer