Class: Aws::Types::PermissionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PermissionConfiguration
- 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.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def @account_level_permissions end |
#bucket_level_permissions ⇒ Types::BucketLevelPermissions
Returns the value of attribute bucket_level_permissions.
2422 2423 2424 |
# File 'sig/types.rbs', line 2422 def @bucket_level_permissions end |