Class: Aws::WorkMail::Types::ImpersonationMatchedRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ImpersonationMatchedRule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
The impersonation rule that matched the input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#impersonation_rule_id ⇒ String
The ID of the rule that matched the input.
-
#name ⇒ String
The name of the rule that matched the input.
Instance Attribute Details
#impersonation_rule_id ⇒ String
The ID of the rule that matched the input
2793 2794 2795 2796 2797 2798 |
# File 'lib/aws-sdk-workmail/types.rb', line 2793 class ImpersonationMatchedRule < Struct.new( :impersonation_rule_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the rule that matched the input.
2793 2794 2795 2796 2797 2798 |
# File 'lib/aws-sdk-workmail/types.rb', line 2793 class ImpersonationMatchedRule < Struct.new( :impersonation_rule_id, :name) SENSITIVE = [] include Aws::Structure end |