Class: Aws::Types::DocumentAcl
- Inherits:
-
Object
- Object
- Aws::Types::DocumentAcl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_list ⇒ Types::DocumentAclMembership
Returns the value of attribute allow_list.
-
#deny_list ⇒ Types::DocumentAclMembership
Returns the value of attribute deny_list.
Instance Attribute Details
#allow_list ⇒ Types::DocumentAclMembership
Returns the value of attribute allow_list.
678 679 680 |
# File 'sig/types.rbs', line 678 def allow_list @allow_list end |
#deny_list ⇒ Types::DocumentAclMembership
Returns the value of attribute deny_list.
679 680 681 |
# File 'sig/types.rbs', line 679 def deny_list @deny_list end |