Class: Aws::Types::BucketPolicy
- Inherits:
-
Object
- Object
- Aws::Types::BucketPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allows_public_read_access ⇒ Boolean
Returns the value of attribute allows_public_read_access.
-
#allows_public_write_access ⇒ Boolean
Returns the value of attribute allows_public_write_access.
Instance Attribute Details
#allows_public_read_access ⇒ Boolean
Returns the value of attribute allows_public_read_access.
275 276 277 |
# File 'sig/types.rbs', line 275 def allows_public_read_access @allows_public_read_access end |
#allows_public_write_access ⇒ Boolean
Returns the value of attribute allows_public_write_access.
276 277 278 |
# File 'sig/types.rbs', line 276 def allows_public_write_access @allows_public_write_access end |