You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::BucketLevelPermissions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::BucketLevelPermissions
- Defined in:
- (unknown)
Overview
Contains information about the bucket level permissions for the S3 bucket.
Returned by:
Instance Attribute Summary collapse
-
#access_control_list ⇒ Types::AccessControlList
Contains information on how Access Control Policies are applied to the bucket.
-
#block_public_access ⇒ Types::BlockPublicAccess
Contains information on which account level S3 Block Public Access settings are applied to the S3 bucket.
-
#bucket_policy ⇒ Types::BucketPolicy
Contains information on the bucket policies for the S3 bucket.
Instance Attribute Details
#access_control_list ⇒ Types::AccessControlList
Contains information on how Access Control Policies are applied to the bucket.
#block_public_access ⇒ Types::BlockPublicAccess
Contains information on which account level S3 Block Public Access settings are applied to the S3 bucket.
#bucket_policy ⇒ Types::BucketPolicy
Contains information on the bucket policies for the S3 bucket.