Class: Aws::Types::S3BucketConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_points::Hash[::String, Types::S3AccessPointConfiguration]

Returns the value of attribute access_points.

Returns:



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.

Returns:

  • (::String)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def bucket_policy
  @bucket_policy
end

#bucket_public_access_blockTypes::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