Class: Aws::WorkMail::Types::MobileDeviceAccessMatchedRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::MobileDeviceAccessMatchedRule
- 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
-
#mobile_device_access_rule_id ⇒ String
Identifier of the rule that a simulated user matches.
-
#name ⇒ String
Name of a rule that a simulated user matches.
Instance Attribute Details
#mobile_device_access_rule_id ⇒ String
Identifier of the rule that a simulated user matches.
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 |
#name ⇒ String
Name of a rule that a simulated user matches.
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 |