Class: Aws::Types::S3BucketConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3BucketConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_points ⇒ ::Hash[::String, Types::S3AccessPointConfiguration]
Returns the value of attribute access_points.
-
#bucket_acl_grants ⇒ ::Array[Types::S3BucketAclGrantConfiguration]
Returns the value of attribute bucket_acl_grants.
-
#bucket_policy ⇒ ::String
Returns the value of attribute bucket_policy.
-
#bucket_public_access_block ⇒ Types::S3PublicAccessBlockConfiguration
Returns the value of attribute bucket_public_access_block.
Instance Attribute Details
#access_points ⇒ ::Hash[::String, Types::S3AccessPointConfiguration]
Returns the value of attribute access_points.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def access_points @access_points end |
#bucket_acl_grants ⇒ ::Array[Types::S3BucketAclGrantConfiguration]
Returns the value of attribute bucket_acl_grants.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def bucket_acl_grants @bucket_acl_grants end |
#bucket_policy ⇒ ::String
Returns the value of attribute bucket_policy.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def bucket_policy @bucket_policy end |
#bucket_public_access_block ⇒ Types::S3PublicAccessBlockConfiguration
Returns the value of attribute bucket_public_access_block.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def bucket_public_access_block @bucket_public_access_block end |