Class: Aws::Types::S3PublicAccessBlockConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3PublicAccessBlockConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ignore_public_acls ⇒ Boolean
Returns the value of attribute ignore_public_acls.
-
#restrict_public_buckets ⇒ Boolean
Returns the value of attribute restrict_public_buckets.
Instance Attribute Details
#ignore_public_acls ⇒ Boolean
Returns the value of attribute ignore_public_acls.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def ignore_public_acls @ignore_public_acls end |
#restrict_public_buckets ⇒ Boolean
Returns the value of attribute restrict_public_buckets.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def restrict_public_buckets @restrict_public_buckets end |