Class: Aws::Types::S3ExpressDirectoryBucketConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3ExpressDirectoryBucketConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_points ⇒ ::Hash[::String, Types::S3ExpressDirectoryAccessPointConfiguration]
Returns the value of attribute access_points.
-
#bucket_policy ⇒ ::String
Returns the value of attribute bucket_policy.
Instance Attribute Details
#access_points ⇒ ::Hash[::String, Types::S3ExpressDirectoryAccessPointConfiguration]
Returns the value of attribute access_points.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def access_points @access_points end |
#bucket_policy ⇒ ::String
Returns the value of attribute bucket_policy.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def bucket_policy @bucket_policy end |