Class: Aws::WorkMail::Types::GetImpersonationRoleEffectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::GetImpersonationRoleEffectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#effect ⇒ String
‘Effect of the impersonation role on the target user based on its rules.
-
#matched_rules ⇒ Array<Types::ImpersonationMatchedRule>
A list of the rules that match the input and produce the configured effect.
-
#type ⇒ String
The impersonation role type.
Instance Attribute Details
#effect ⇒ String
‘Effect of the impersonation role on the target user based on its rules. Available effects are ALLOW or DENY.</p> `
2353 2354 2355 2356 2357 2358 2359 |
# File 'lib/aws-sdk-workmail/types.rb', line 2353 class GetImpersonationRoleEffectResponse < Struct.new( :type, :effect, :matched_rules) SENSITIVE = [] include Aws::Structure end |
#matched_rules ⇒ Array<Types::ImpersonationMatchedRule>
A list of the rules that match the input and produce the configured effect.
2353 2354 2355 2356 2357 2358 2359 |
# File 'lib/aws-sdk-workmail/types.rb', line 2353 class GetImpersonationRoleEffectResponse < Struct.new( :type, :effect, :matched_rules) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The impersonation role type.
2353 2354 2355 2356 2357 2358 2359 |
# File 'lib/aws-sdk-workmail/types.rb', line 2353 class GetImpersonationRoleEffectResponse < Struct.new( :type, :effect, :matched_rules) SENSITIVE = [] include Aws::Structure end |