Class: Aws::Types::DocumentAclCondition
- Inherits:
-
Object
- Object
- Aws::Types::DocumentAclCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition_operator ⇒ "AND", "OR"
Returns the value of attribute condition_operator.
-
#groups ⇒ ::Array[Types::DocumentAclGroup]
Returns the value of attribute groups.
-
#users ⇒ ::Array[Types::DocumentAclUser]
Returns the value of attribute users.
Instance Attribute Details
#condition_operator ⇒ "AND", "OR"
Returns the value of attribute condition_operator.
684 685 686 |
# File 'sig/types.rbs', line 684 def condition_operator @condition_operator end |
#groups ⇒ ::Array[Types::DocumentAclGroup]
Returns the value of attribute groups.
685 686 687 |
# File 'sig/types.rbs', line 685 def groups @groups end |
#users ⇒ ::Array[Types::DocumentAclUser]
Returns the value of attribute users.
686 687 688 |
# File 'sig/types.rbs', line 686 def users @users end |