Class: Aws::Types::BucketPermissionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BucketPermissionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_level_permissions ⇒ Types::AccountLevelPermissions
Returns the value of attribute account_level_permissions.
-
#bucket_level_permissions ⇒ Types::BucketLevelPermissions
Returns the value of attribute bucket_level_permissions.
Instance Attribute Details
#account_level_permissions ⇒ Types::AccountLevelPermissions
Returns the value of attribute account_level_permissions.
237 238 239 |
# File 'sig/types.rbs', line 237 def @account_level_permissions end |
#bucket_level_permissions ⇒ Types::BucketLevelPermissions
Returns the value of attribute bucket_level_permissions.
238 239 240 |
# File 'sig/types.rbs', line 238 def @bucket_level_permissions end |