You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::BlockPublicAccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::BlockPublicAccess
- Defined in:
- (unknown)
Overview
Contains information on how the bucker owner's S3 Block Public Access settings are being applied to the S3 bucket. See S3 Block Public Access for more information.
Returned by:
Instance Attribute Summary collapse
-
#block_public_acls ⇒ Boolean
Indicates if S3 Block Public Access is set to
BlockPublicAcls
. -
#block_public_policy ⇒ Boolean
Indicates if S3 Block Public Access is set to
BlockPublicPolicy
. -
#ignore_public_acls ⇒ Boolean
Indicates if S3 Block Public Access is set to
IgnorePublicAcls
. -
#restrict_public_buckets ⇒ Boolean
Indicates if S3 Block Public Access is set to
RestrictPublicBuckets
.
Instance Attribute Details
#block_public_acls ⇒ Boolean
Indicates if S3 Block Public Access is set to BlockPublicAcls
.
#block_public_policy ⇒ Boolean
Indicates if S3 Block Public Access is set to BlockPublicPolicy
.
#ignore_public_acls ⇒ Boolean
Indicates if S3 Block Public Access is set to IgnorePublicAcls
.
#restrict_public_buckets ⇒ Boolean
Indicates if S3 Block Public Access is set to RestrictPublicBuckets
.