Class: Aws::Types::BlockPublicAccess
- Inherits:
-
Object
- Object
- Aws::Types::BlockPublicAccess
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_public_acls ⇒ Boolean
Returns the value of attribute block_public_acls.
-
#block_public_policy ⇒ Boolean
Returns the value of attribute block_public_policy.
-
#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
#block_public_acls ⇒ Boolean
Returns the value of attribute block_public_acls.
149 150 151 |
# File 'sig/types.rbs', line 149 def block_public_acls @block_public_acls end |
#block_public_policy ⇒ Boolean
Returns the value of attribute block_public_policy.
150 151 152 |
# File 'sig/types.rbs', line 150 def block_public_policy @block_public_policy end |
#ignore_public_acls ⇒ Boolean
Returns the value of attribute ignore_public_acls.
151 152 153 |
# File 'sig/types.rbs', line 151 def ignore_public_acls @ignore_public_acls end |
#restrict_public_buckets ⇒ Boolean
Returns the value of attribute restrict_public_buckets.
152 153 154 |
# File 'sig/types.rbs', line 152 def restrict_public_buckets @restrict_public_buckets end |