Class: Aws::WorkMail::Types::ImpersonationMatchedRule

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

Overview

The impersonation rule that matched the input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#impersonation_rule_idString

The ID of the rule that matched the input

Returns:

  • (String)

2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2793

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

#nameString

The name of the rule that matched the input.

Returns:

  • (String)

2793
2794
2795
2796
2797
2798
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2793

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