Class: Aws::WorkMail::Types::GetAccessControlEffectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::GetAccessControlEffectResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#effect ⇒ String
The rule effect.
-
#matched_rules ⇒ Array<String>
The rules that match the given parameters, resulting in an effect.
Instance Attribute Details
#effect ⇒ String
The rule effect.
2109 2110 2111 2112 2113 2114 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2109 class GetAccessControlEffectResponse < Struct.new( :effect, :matched_rules) SENSITIVE = [] include Aws::Structure end |
#matched_rules ⇒ Array<String>
The rules that match the given parameters, resulting in an effect.
2109 2110 2111 2112 2113 2114 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2109 class GetAccessControlEffectResponse < Struct.new( :effect, :matched_rules) SENSITIVE = [] include Aws::Structure end |