Class: Aws::Types::BucketPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allows_public_read_accessBoolean

Returns the value of attribute allows_public_read_access.

Returns:

  • (Boolean)


243
244
245
# File 'sig/types.rbs', line 243

def allows_public_read_access
  @allows_public_read_access
end

#allows_public_write_accessBoolean

Returns the value of attribute allows_public_write_access.

Returns:

  • (Boolean)


244
245
246
# File 'sig/types.rbs', line 244

def allows_public_write_access
  @allows_public_write_access
end