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.
596 597 598 |
# File 'sig/types.rbs', line 596 def allow_list @allow_list end |
#deny_list ⇒ Types::DocumentAclMembership
Returns the value of attribute deny_list.
597 598 599 |
# File 'sig/types.rbs', line 597 def deny_list @deny_list end |