Class: Aws::Types::DocumentAclMembership
- Inherits:
-
Object
- Object
- Aws::Types::DocumentAclMembership
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conditions ⇒ ::Array[Types::DocumentAclCondition]
Returns the value of attribute conditions.
-
#member_relation ⇒ "AND", "OR"
Returns the value of attribute member_relation.
Instance Attribute Details
#conditions ⇒ ::Array[Types::DocumentAclCondition]
Returns the value of attribute conditions.
697 698 699 |
# File 'sig/types.rbs', line 697 def conditions @conditions end |
#member_relation ⇒ "AND", "OR"
Returns the value of attribute member_relation.
698 699 700 |
# File 'sig/types.rbs', line 698 def member_relation @member_relation end |