Class: Aws::WorkMail::Types::GetAccessControlEffectResponse

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

The rule effect.

Returns:

  • (String)


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_rulesArray<String>

The rules that match the given parameters, resulting in an effect.

Returns:

  • (Array<String>)


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