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.
602 603 604 |
# File 'sig/types.rbs', line 602 def condition_operator @condition_operator end |
#groups ⇒ ::Array[Types::DocumentAclGroup]
Returns the value of attribute groups.
603 604 605 |
# File 'sig/types.rbs', line 603 def groups @groups end |
#users ⇒ ::Array[Types::DocumentAclUser]
Returns the value of attribute users.
604 605 606 |
# File 'sig/types.rbs', line 604 def users @users end |