Class: Aws::Types::DocumentAcl

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_listTypes::DocumentAclMembership

Returns the value of attribute allow_list.



596
597
598
# File 'sig/types.rbs', line 596

def allow_list
  @allow_list
end

#deny_listTypes::DocumentAclMembership

Returns the value of attribute deny_list.



597
598
599
# File 'sig/types.rbs', line 597

def deny_list
  @deny_list
end