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.
615 616 617 |
# File 'sig/types.rbs', line 615 def conditions @conditions end |
#member_relation ⇒ "AND", "OR"
Returns the value of attribute member_relation.
616 617 618 |
# File 'sig/types.rbs', line 616 def member_relation @member_relation end |