Class: Aws::WorkMail::Types::MobileDeviceAccessMatchedRule

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

Overview

The rule that a simulated user matches.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mobile_device_access_rule_idString

Identifier of the rule that a simulated user matches.

Returns:

  • (String)


3755
3756
3757
3758
3759
3760
# File 'lib/aws-sdk-workmail/types.rb', line 3755

class MobileDeviceAccessMatchedRule < Struct.new(
  :mobile_device_access_rule_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of a rule that a simulated user matches.

Returns:

  • (String)


3755
3756
3757
3758
3759
3760
# File 'lib/aws-sdk-workmail/types.rb', line 3755

class MobileDeviceAccessMatchedRule < Struct.new(
  :mobile_device_access_rule_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end