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)


2560
2561
2562
2563
2564
2565
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2560

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)


2560
2561
2562
2563
2564
2565
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2560

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