Class: Aws::WorkMail::Types::GetAccessControlEffectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::GetAccessControlEffectResponse
- Includes:
- Structure
- Defined in:
- 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.
2260 2261 2262 2263 2264 2265 |
# File 'lib/aws-sdk-workmail/types.rb', line 2260 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.
2260 2261 2262 2263 2264 2265 |
# File 'lib/aws-sdk-workmail/types.rb', line 2260 class GetAccessControlEffectResponse < Struct.new( :effect, :matched_rules) SENSITIVE = [] include Aws::Structure end |