Class: Aws::WorkMail::Types::GetImpersonationRoleEffectResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#effectString

Effect of the impersonation role on the target user based on its rules. Available effects are ALLOW or DENY.</p>

Returns:

  • (String)


2202
2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2202

class GetImpersonationRoleEffectResponse < Struct.new(
  :type,
  :effect,
  :matched_rules)
  SENSITIVE = []
  include Aws::Structure
end

#matched_rulesArray<Types::ImpersonationMatchedRule>

A list of the rules that match the input and produce the configured effect.



2202
2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2202

class GetImpersonationRoleEffectResponse < Struct.new(
  :type,
  :effect,
  :matched_rules)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The impersonation role type.

Returns:

  • (String)


2202
2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2202

class GetImpersonationRoleEffectResponse < Struct.new(
  :type,
  :effect,
  :matched_rules)
  SENSITIVE = []
  include Aws::Structure
end