Class: Aws::WorkMail::Types::GetMobileDeviceAccessEffectResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#effectString

The effect of the simulated access, ‘ALLOW` or `DENY`, after evaluating mobile device access rules in the WorkMail organization for the simulated user parameters.

Returns:

  • (String)


2415
2416
2417
2418
2419
2420
# File 'lib/aws-sdk-workmail/types.rb', line 2415

class GetMobileDeviceAccessEffectResponse < Struct.new(
  :effect,
  :matched_rules)
  SENSITIVE = []
  include Aws::Structure
end

#matched_rulesArray<Types::MobileDeviceAccessMatchedRule>

A list of the rules which matched the simulated user input and produced the effect.



2415
2416
2417
2418
2419
2420
# File 'lib/aws-sdk-workmail/types.rb', line 2415

class GetMobileDeviceAccessEffectResponse < Struct.new(
  :effect,
  :matched_rules)
  SENSITIVE = []
  include Aws::Structure
end