Class: Aws::Types::PublicAccessConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PublicAccessConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#public_acl_access ⇒ "BLOCKED", "ALLOWED"
Returns the value of attribute public_acl_access.
-
#public_acl_ignore_behavior ⇒ "IGNORED", "NOT_IGNORED"
Returns the value of attribute public_acl_ignore_behavior.
-
#public_bucket_restrict_behavior ⇒ "RESTRICTED", "NOT_RESTRICTED"
Returns the value of attribute public_bucket_restrict_behavior.
-
#public_policy_access ⇒ "BLOCKED", "ALLOWED"
Returns the value of attribute public_policy_access.
Instance Attribute Details
#public_acl_access ⇒ "BLOCKED", "ALLOWED"
Returns the value of attribute public_acl_access.
2482 2483 2484 |
# File 'sig/types.rbs', line 2482 def public_acl_access @public_acl_access end |
#public_acl_ignore_behavior ⇒ "IGNORED", "NOT_IGNORED"
Returns the value of attribute public_acl_ignore_behavior.
2484 2485 2486 |
# File 'sig/types.rbs', line 2484 def public_acl_ignore_behavior @public_acl_ignore_behavior end |
#public_bucket_restrict_behavior ⇒ "RESTRICTED", "NOT_RESTRICTED"
Returns the value of attribute public_bucket_restrict_behavior.
2485 2486 2487 |
# File 'sig/types.rbs', line 2485 def public_bucket_restrict_behavior @public_bucket_restrict_behavior end |
#public_policy_access ⇒ "BLOCKED", "ALLOWED"
Returns the value of attribute public_policy_access.
2483 2484 2485 |
# File 'sig/types.rbs', line 2483 def public_policy_access @public_policy_access end |