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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/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)


3171
3172
3173
3174
3175
3176
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3171

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)


3171
3172
3173
3174
3175
3176
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3171

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